tosanoob commited on
Commit
1be30cf
1 Parent(s): 183dedf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -9,6 +9,8 @@ USER user
9
  ENV HOME=/home/user \
10
  PATH=/home/user/.local/bin:$PATH
11
 
 
 
12
  # Set the working directory to the user's home directory
13
  WORKDIR $HOME/app
14
 
 
9
  ENV HOME=/home/user \
10
  PATH=/home/user/.local/bin:$PATH
11
 
12
+ ENV PYTHONUNBUFFERED=1
13
+
14
  # Set the working directory to the user's home directory
15
  WORKDIR $HOME/app
16