build: docker uses npm ci

This commit is contained in:
Adam Uhlíř 2025-06-05 10:23:16 +02:00 committed by GitHub
parent d2be5a6ac2
commit 4f8e44d8be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ ARG VITE_GEO_IP_URL
WORKDIR ${BUILD_HOME}
COPY --chown=${APP_USER}:${APP_USER} . .
RUN npm install
RUN npm ci
RUN npm run build