fix: sync repo target-paht error

This commit is contained in:
engigu
2025-12-25 18:13:07 +08:00
parent f096d6dea4
commit d8840209b5
3 changed files with 20 additions and 2 deletions
+2 -1
View File
@@ -79,7 +79,8 @@ COPY docker-entrypoint.sh .
COPY sync.py /opt/sync.py
RUN chmod +x /opt/sync.py \
&& chmod +x docker-entrypoint.sh \
&& touch "dont-not-delete-anythings"
&& touch "dont-not-delete-anythings" \
&& echo "set encoding=utf-8" >> /etc/vim/vimrc
EXPOSE 8052