build: docker uses npm ci (#108)

This commit is contained in:
Adam Uhlíř 2025-06-05 10:26:20 +02:00 committed by GitHub
parent d2be5a6ac2
commit 3a1915dd41
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