Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 |
|