flzta commited on
Commit
5cd3b46
·
verified ·
1 Parent(s): df597ee

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,7 +31,7 @@ RUN python3 -m venv $VIRTUAL_ENV
31
  ENV PATH="$VIRTUAL_ENV/bin:$PATH"
32
  RUN pip install --no-cache-dir requests webdavclient3
33
 
34
- # 复制同步脚本
35
  COPY sync_data.sh /opt/app/
36
  RUN chmod +x /opt/app/sync_data.sh
37
 
 
31
  ENV PATH="$VIRTUAL_ENV/bin:$PATH"
32
  RUN pip install --no-cache-dir requests webdavclient3
33
 
34
+ # 复制同步脚本1
35
  COPY sync_data.sh /opt/app/
36
  RUN chmod +x /opt/app/sync_data.sh
37