Spaces:
Running
Running
ea4all-docker-load-private-from-public-spaces
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -7,7 +7,7 @@ RUN useradd -m -u 1000 user
|
|
| 7 |
USER user
|
| 8 |
|
| 9 |
# Set the working directory to the user's home directory
|
| 10 |
-
WORKDIR $HOME
|
| 11 |
|
| 12 |
# Set home to the user's home directory
|
| 13 |
ENV HOME=/home/user \
|
|
|
|
| 7 |
USER user
|
| 8 |
|
| 9 |
# Set the working directory to the user's home directory
|
| 10 |
+
WORKDIR $HOME
|
| 11 |
|
| 12 |
# Set home to the user's home directory
|
| 13 |
ENV HOME=/home/user \
|