diff --git a/demo/Dockerfile b/demo/Dockerfile index 3de860fbe..c9ad0547b 100644 --- a/demo/Dockerfile +++ b/demo/Dockerfile @@ -28,4 +28,5 @@ COPY demo/karma.yaml /etc/karma.yaml COPY demo/custom.js /custom.js RUN adduser -D karma USER karma +ENV GOGC=20 CMD supervisord --nodaemon --configuration /etc/supervisord.conf