fix(demo): add expose to demo dockerfile

This commit is contained in:
Łukasz Mierzwa
2022-09-21 09:11:25 +01:00
committed by Łukasz Mierzwa
parent 2a89d7e670
commit 260baf6985

View File

@@ -37,4 +37,5 @@ COPY demo/acls.yaml /etc/acls.yaml
RUN adduser -D karma
USER karma
ENV GOGC=50
EXPOSE 8080
CMD supervisord --nodaemon --configuration /etc/supervisord.conf