Update Dockerfile
Browse files- 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 |
|