fix(demo): bump demo GOGC

This commit is contained in:
Łukasz Mierzwa
2020-06-04 13:52:36 +01:00
committed by Łukasz Mierzwa
parent ee4588c47c
commit 725ffbf42f
+1 -1
View File
@@ -34,5 +34,5 @@ COPY demo/acls.yaml /etc/acls.yaml
COPY demo/custom.js /custom.js
RUN adduser -D karma
USER karma
ENV GOGC=20
ENV GOGC=50
CMD supervisord --nodaemon --configuration /etc/supervisord.conf