Skip to content

Commit 9a9fe7e

Browse files
committed
Revert "Revert "test changes""
This reverts commit 24febb5.
1 parent b9923f9 commit 9a9fe7e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

backend/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,4 @@ 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,4 @@ 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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ RUN cd /pretix/src && DATABASE_HOST=demo make compress
1313

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

0 commit comments

Comments
 (0)