Skip to content

Commit 78fb0c3

Browse files
committed
MAINT: Disable unused gunicorn control, conflicts with readonly container anyway
1 parent 526b4c7 commit 78fb0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ COPY httpbin httpbin
2323
RUN --mount=type=secret,id=GCLOUD_TOKEN,env=UV_INDEX_PYPI_ZON_PASSWORD \
2424
uv sync --group deploy
2525

26-
ENTRYPOINT ["python", "-m", "gunicorn", "-b", "0.0.0.0:8080", "httpbin:app", "-k", "gevent"]
26+
ENTRYPOINT ["python", "-m", "gunicorn", "-b", "0.0.0.0:8080", "httpbin:app", "-k", "gevent", "--no-control-socket"]
2727

2828
# Security updates run last, to intentionally bust the docker cache.
2929
USER root

0 commit comments

Comments
 (0)