tang minghao
commited on
Commit
•
fe07ec0
1
Parent(s):
c16bb0d
Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -8,6 +8,7 @@ USER user
|
|
8 |
|
9 |
# Set home to the user's home directory
|
10 |
ENV HOME=/home/user \
|
|
|
11 |
PATH=/home/user/.local/bin:$PATH
|
12 |
|
13 |
# Set the working directory to the user's home directory
|
|
|
8 |
|
9 |
# Set home to the user's home directory
|
10 |
ENV HOME=/home/user \
|
11 |
+
FILE_SYNC=$FILE_SYNC\
|
12 |
PATH=/home/user/.local/bin:$PATH
|
13 |
|
14 |
# Set the working directory to the user's home directory
|