Skip to content

Commit

Permalink
chore: don't buffer stdout when running in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jaensen committed Feb 7, 2025
1 parent 3f031b5 commit 3757647
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM python:3.10-slim

WORKDIR /app
ENV PYTHONUNBUFFERED=1

COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit 3757647

Please sign in to comment.