DinoPLayZ commited on
Commit
bb6482b
·
verified ·
1 Parent(s): 4e496ac

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -14,6 +14,7 @@ USER user
14
 
15
  # Set environmental variables
16
  ENV PATH="/home/user/.local/bin:$PATH"
 
17
 
18
  # Copy in the requirements file and install dependencies
19
  COPY --chown=user:user requirements.txt .
 
14
 
15
  # Set environmental variables
16
  ENV PATH="/home/user/.local/bin:$PATH"
17
+ ENV PYTHONUNBUFFERED=1
18
 
19
  # Copy in the requirements file and install dependencies
20
  COPY --chown=user:user requirements.txt .