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 a90832f commit 63332b0Copy full SHA for 63332b0
base/Dockerfile
@@ -88,10 +88,7 @@ RUN \
88
# Install uv
89
RUN curl -LsSf https://astral.sh/uv/${UV_VERSION}/install.sh | env UV_UNMANAGED_INSTALL="/usr/local/bin" sh
90
91
-# Install supervisor and patched supervisor-stdout with following fixes:
92
-# - https://github.com/coderanger/supervisor-stdout/pull/12
93
-# - https://github.com/coderanger/supervisor-stdout/pull/18
94
-# - https://github.com/coderanger/supervisor-stdout/pull/20
+# Install supervisor and gunicorn to /opt/tools
95
RUN export UV_NO_CACHE=1 && uv venv /opt/tools
96
COPY --link requirements.txt /opt/tools/src/requirements.txt
97
RUN export UV_NO_CACHE=1 && \
0 commit comments