Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 7, 2024
1 parent a90832f commit 63332b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,7 @@ RUN \
# Install uv
RUN curl -LsSf https://astral.sh/uv/${UV_VERSION}/install.sh | env UV_UNMANAGED_INSTALL="/usr/local/bin" sh

# Install supervisor and patched supervisor-stdout with following fixes:
# - https://github.com/coderanger/supervisor-stdout/pull/12
# - https://github.com/coderanger/supervisor-stdout/pull/18
# - https://github.com/coderanger/supervisor-stdout/pull/20
# Install supervisor and gunicorn to /opt/tools
RUN export UV_NO_CACHE=1 && uv venv /opt/tools
COPY --link requirements.txt /opt/tools/src/requirements.txt
RUN export UV_NO_CACHE=1 && \
Expand Down

0 comments on commit 63332b0

Please sign in to comment.