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 52c8e17 commit 1c0ff43Copy full SHA for 1c0ff43
1 file changed
Dockerfile
@@ -56,7 +56,6 @@ RUN if [ $STATIC_BUILD = "TRUE" ] ; \
56
then SECRET_KEY=dummy_value uv run python manage.py distill-local build --traceback --force ; \
57
fi
58
59
-ENTRYPOINT ["uv", "run"]
60
CMD ["gunicorn", "--preload", "-b", "0.0.0.0:8000", \
61
"pydis_site.wsgi:application", "-w", "2", "--statsd-host", \
62
"graphite.default.svc.cluster.local:8125", "--statsd-prefix", "site", \
0 commit comments