fix docker build problem
This commit is contained in:
@@ -21,8 +21,8 @@ COPY *.html .
|
|||||||
COPY *.css .
|
COPY *.css .
|
||||||
COPY *.js .
|
COPY *.js .
|
||||||
COPY *.json .
|
COPY *.json .
|
||||||
COPY *.png . 2>/dev/null || true
|
COPY *.png .
|
||||||
COPY *.svg . 2>/dev/null || true
|
COPY *.svg .
|
||||||
|
|
||||||
# Create non-root user for security
|
# Create non-root user for security
|
||||||
RUN useradd -m -u 1000 appuser && \
|
RUN useradd -m -u 1000 appuser && \
|
||||||
|
|||||||
Reference in New Issue
Block a user