Spaces:
Sleeping
Sleeping
fix: workdir
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -39,7 +39,7 @@ ENV HOME=/home/user \
|
|
39 |
PATH=/home/user/.local/bin:$PATH
|
40 |
|
41 |
# Set the working directory to the user's home directory
|
42 |
-
|
43 |
|
44 |
# Try and run pip command after setting the user with `USER user` to avoid permission issues with Python
|
45 |
RUN pip install --no-cache-dir --upgrade pip
|
|
|
39 |
PATH=/home/user/.local/bin:$PATH
|
40 |
|
41 |
# Set the working directory to the user's home directory
|
42 |
+
WORKDIR $HOME/app
|
43 |
|
44 |
# Try and run pip command after setting the user with `USER user` to avoid permission issues with Python
|
45 |
RUN pip install --no-cache-dir --upgrade pip
|