Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ ENV HOME=/home/user \
|
|
18 |
PATH=/home/user/.local/bin:$PATH
|
19 |
|
20 |
# Set the working directory to the user's home directory
|
21 |
-
WORKDIR $HOME
|
22 |
RUN mkdir -p $HOME/${app}/data
|
23 |
COPY config.json $HOME/${app}/data/config.json
|
24 |
|
|
|
18 |
PATH=/home/user/.local/bin:$PATH
|
19 |
|
20 |
# Set the working directory to the user's home directory
|
21 |
+
WORKDIR $HOME/${app}
|
22 |
RUN mkdir -p $HOME/${app}/data
|
23 |
COPY config.json $HOME/${app}/data/config.json
|
24 |
|