Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -8,8 +8,8 @@ RUN useradd -m -u 1000 user
|
|
| 8 |
# Switch to the "user" user
|
| 9 |
USER user
|
| 10 |
# Set home to the user's home directory
|
| 11 |
-
ENV HOME=/home/user
|
| 12 |
-
|
| 13 |
|
| 14 |
# Set the working directory to the user's home directory
|
| 15 |
WORKDIR $HOME/app
|
|
|
|
| 8 |
# Switch to the "user" user
|
| 9 |
USER user
|
| 10 |
# Set home to the user's home directory
|
| 11 |
+
ENV HOME=/home/user
|
| 12 |
+
#EXPORT PATH=/home/user/.local/bin:$PATH
|
| 13 |
|
| 14 |
# Set the working directory to the user's home directory
|
| 15 |
WORKDIR $HOME/app
|