✏️ Use npm ci in Dockerfile

This commit is contained in:
Sebastien Clement 2021-02-10 16:20:48 +01:00
parent d4a6be22dc
commit 29288a992b

View File

@ -10,9 +10,7 @@ RUN apk add --no-cache \
nodejs \
npm
WORKDIR /opt/nextcloud_backup
RUN npm install
RUN npm ci --only=production
# Build arguments
ARG BUILD_ARCH