eatYour commited on
Commit
9908831
·
verified ·
1 Parent(s): fd9a8d6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/alist
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