We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9923f9 commit 9a9fe7eCopy full SHA for 9a9fe7e
backend/Dockerfile
@@ -87,3 +87,4 @@ RUN mkdir -p assets && .venv/bin/python manage.py collectstatic --noinput
87
88
ENTRYPOINT ["/home/app/.venv/bin/gunicorn"]
89
CMD [ "pycon.wsgi" ]
90
+#test
frontend/Dockerfile
@@ -51,3 +51,4 @@ ENV PORT=3000
51
ENV HOSTNAME="0.0.0.0"
52
ENV NEXT_MANUAL_SIG_HANDLE=1
53
CMD ["node", "server.js"]
54
pretix/Dockerfile
@@ -13,3 +13,4 @@ RUN cd /pretix/src && DATABASE_HOST=demo make compress
13
14
ENTRYPOINT ["pretix"]
15
CMD [ "all" ]
16
0 commit comments