feat: adjust sync.py

This commit is contained in:
engigu
2025-12-27 16:43:42 +08:00
parent dabdad77ef
commit 8ece0c5946
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ COPY --from=backend-builder /app/configs ./configs
COPY docker-entrypoint.sh .
# Copy sync.py to /opt
COPY sync.py /opt/sync.py
COPY custom/sync.py /opt/sync.py
RUN chmod +x /opt/sync.py \
&& chmod +x docker-entrypoint.sh \
&& touch "dont-not-delete-anythings" \
View File