fix: set CI=1 in Dockerfile as a workaround (#284)

Carlos Alexandro Becker created

Change summary

Dockerfile | 2 ++
1 file changed, 2 insertions(+)

Detailed changes

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