Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Steiner <robert@flower.ai>
  • Loading branch information
Robert-Steiner committed May 17, 2024
1 parent 69e089b commit 7b32567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/base/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ RUN apk add --no-cache \
COPY --from=compile /opt/venv /opt/venv

# Make sure we use the virtualenv
ENV ENV PATH="/opt/venv/bin:$PATH" \
ENV PATH="/opt/venv/bin:$PATH" \
# Send stdout and stderr stream directly to the terminal. Ensures that no
# output is retained in a buffer if the application crashes.
PYTHONUNBUFFERED=1 \
Expand Down

0 comments on commit 7b32567

Please sign in to comment.