Spaces:
Runtime error
Runtime error
Changed path again
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -12,7 +12,7 @@ ENV PATH="/root/.local/bin/:$PATH"
|
|
12 |
|
13 |
# # Set te home directory and path
|
14 |
ENV HOME=/home/user \
|
15 |
-
PATH=/home/user/.local/bin
|
16 |
|
17 |
|
18 |
# ENV PATH=/root/.local/bin:$PATH
|
|
|
12 |
|
13 |
# # Set te home directory and path
|
14 |
ENV HOME=/home/user \
|
15 |
+
PATH=/home/user/.local/bin:/root/.local/bin/:$PATH
|
16 |
|
17 |
|
18 |
# ENV PATH=/root/.local/bin:$PATH
|