From c1d62b5b2d7828b54cd01007838a391dc3931c05 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Thu, 11 May 2023 16:45:42 -0300 Subject: [PATCH] fix: set CI=1 in Dockerfile as a workaround (#284) --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index db9a8e640ea37807512bcf9ef0a6d5aaf290f330..9a583b90105207ce39945ebf88fe6c81f602e783 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,8 @@ VOLUME /soft-serve # Environment variables ENV SOFT_SERVE_DATA_PATH "/soft-serve" ENV SOFT_SERVE_INITIAL_ADMIN_KEYS "" +# workaround to prevent slowness in docker when running with a tty +ENV CI "1" # Expose ports # SSH