build: docker uses npm ci (#244)

This commit is contained in:
Adam Uhlíř 2025-06-05 10:25:12 +02:00 committed by GitHub
parent aee91f1ac4
commit 06c76e59b5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ RUN if [ $(uname -m) = "aarch64" ] ; then \
WORKDIR ${APP_HOME}
COPY --chown=${APP_USER}:${APP_USER} . .
RUN npm install
RUN npm ci
# Create

View File

@ -23,7 +23,7 @@ RUN if [ $(uname -m) = "aarch64" ] ; then \
WORKDIR ${APP_HOME}
COPY --chown=${APP_USER}:${APP_USER} . .
RUN npm install
RUN npm ci
# Create