update dockerfile
Some checks failed
Docker Build and Publish / build (push) Has been cancelled

This commit is contained in:
xboard 2025-02-10 00:46:00 +08:00
parent a31a55601e
commit c8fc2c8b3f

View File

@ -16,6 +16,8 @@ WORKDIR /www
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} .