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 20d3459 commit 27fb2fcCopy full SHA for 27fb2fc
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
pretix/Dockerfile
@@ -1,5 +1,4 @@
1
# v2024.10.0
2
-# test change
3
ARG PRETIX_IMAGE
4
FROM ${PRETIX_IMAGE}
5
0 commit comments