fix docker build problem
Some checks failed
CodeQL / Analyze (python) (push) Failing after 10m45s
Check code quality / Lint (push) Failing after 1h0m6s

This commit is contained in:
YuanHui
2025-12-02 13:11:48 +08:00
parent 9d1429eeb2
commit 1fa8bdec1d

View File

@@ -21,8 +21,8 @@ COPY *.html .
COPY *.css .
COPY *.js .
COPY *.json .
COPY *.png . 2>/dev/null || true
COPY *.svg . 2>/dev/null || true
COPY *.png .
COPY *.svg .
# Create non-root user for security
RUN useradd -m -u 1000 appuser && \