mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-22 09:12:58 +01:00
✏️ Use npm ci in Dockerfile
This commit is contained in:
parent
d4a6be22dc
commit
29288a992b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user