Skip to content

Commit ca81a96

Browse files
committed
Revert "Revert "Revert "test changes"""
This reverts commit 9a9fe7e.
1 parent 9a9fe7e commit ca81a96

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

backend/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,3 @@ RUN mkdir -p assets && .venv/bin/python manage.py collectstatic --noinput
8787

8888
ENTRYPOINT ["/home/app/.venv/bin/gunicorn"]
8989
CMD [ "pycon.wsgi" ]
90-
#test

frontend/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,3 @@ ENV PORT=3000
5151
ENV HOSTNAME="0.0.0.0"
5252
ENV NEXT_MANUAL_SIG_HANDLE=1
5353
CMD ["node", "server.js"]
54-
#test

pretix/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ RUN cd /pretix/src && DATABASE_HOST=demo make compress
1313

1414
ENTRYPOINT ["pretix"]
1515
CMD [ "all" ]
16-
#test

0 commit comments

Comments
 (0)