Skip to content

Commit 63332b0

Browse files
committed
chore: fix comment
1 parent a90832f commit 63332b0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

base/Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,7 @@ RUN \
8888
# Install uv
8989
RUN curl -LsSf https://astral.sh/uv/${UV_VERSION}/install.sh | env UV_UNMANAGED_INSTALL="/usr/local/bin" sh
9090

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
91+
# Install supervisor and gunicorn to /opt/tools
9592
RUN export UV_NO_CACHE=1 && uv venv /opt/tools
9693
COPY --link requirements.txt /opt/tools/src/requirements.txt
9794
RUN export UV_NO_CACHE=1 && \

0 commit comments

Comments
 (0)