chore: update docker-publish

This commit is contained in:
xboard
2025-02-23 16:53:42 +08:00
parent 08c12a7820
commit 220d306a54
2 changed files with 7 additions and 9 deletions
+3 -1
View File
@@ -19,7 +19,9 @@ COPY .docker /
# Add build argument for cache busting
ARG CACHEBUST=1
ARG REPO_URL=https://github.com/cedar2025/Xboard
RUN git clone --depth 2 ${REPO_URL} .
RUN git config --global --add safe.directory /www && \
echo "Cache bust: ${CACHEBUST}" && \
git clone --depth 1 ${REPO_URL} .
COPY .docker/supervisor/supervisord.conf /etc/supervisor/conf.d/supervisord.conf