Skip to content

Commit 1c0ff43

Browse files
committed
Remove ENTRYPOINT from Dockerfile
1 parent 52c8e17 commit 1c0ff43

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ RUN if [ $STATIC_BUILD = "TRUE" ] ; \
5656
then SECRET_KEY=dummy_value uv run python manage.py distill-local build --traceback --force ; \
5757
fi
5858

59-
ENTRYPOINT ["uv", "run"]
6059
CMD ["gunicorn", "--preload", "-b", "0.0.0.0:8000", \
6160
"pydis_site.wsgi:application", "-w", "2", "--statsd-host", \
6261
"graphite.default.svc.cluster.local:8125", "--statsd-prefix", "site", \

0 commit comments

Comments
 (0)