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 cb62669 commit 24febb5Copy full SHA for 24febb5
backend/Dockerfile
@@ -87,4 +87,3 @@ 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,4 +51,3 @@ 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,4 +13,3 @@ RUN cd /pretix/src && DATABASE_HOST=demo make compress
13
14
ENTRYPOINT ["pretix"]
15
CMD [ "all" ]
16
0 commit comments