aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-07-18 21:26:53 +0100
committerGravatar Joe Banks <[email protected]>2025-07-18 21:26:53 +0100
commit1c0ff438c3fe44398afb367839e206c5e0af294f (patch)
tree284ce2b68f14241c9147edbcda6dac4f7112960c
parentwebscale the dockerfile 10x improvement (diff)
Remove ENTRYPOINT from Dockerfile
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e21b19c2..afba8c41 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -56,7 +56,6 @@ RUN if [ $STATIC_BUILD = "TRUE" ] ; \
then SECRET_KEY=dummy_value uv run python manage.py distill-local build --traceback --force ; \
fi
-ENTRYPOINT ["uv", "run"]
CMD ["gunicorn", "--preload", "-b", "0.0.0.0:8000", \
"pydis_site.wsgi:application", "-w", "2", "--statsd-host", \
"graphite.default.svc.cluster.local:8125", "--statsd-prefix", "site", \