deploy: auto commit repo-root changes 2026-06-12 23:11:28

This commit is contained in:
hajimi
2026-06-12 23:11:28 +08:00
parent cd44cd6e47
commit 0d656e8076
7 changed files with 19 additions and 13 deletions
+2 -1
View File
@@ -27,7 +27,8 @@ RUN python -m pip install --upgrade pip setuptools wheel \
COPY . /app
RUN mkdir -p /app/logs /app/data/locks /etc/sport-era-crawler \
RUN sed -i 's/\r$//' /app/docker/entrypoint.sh \
&& mkdir -p /app/logs /app/data/locks /etc/sport-era-crawler \
&& chmod +x /app/docker/entrypoint.sh
ENTRYPOINT ["/app/docker/entrypoint.sh"]