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 \
|
nodejs \
|
||||||
npm
|
npm
|
||||||
|
|
||||||
WORKDIR /opt/nextcloud_backup
|
RUN npm ci --only=production
|
||||||
|
|
||||||
RUN npm install
|
|
||||||
|
|
||||||
# Build arguments
|
# Build arguments
|
||||||
ARG BUILD_ARCH
|
ARG BUILD_ARCH
|
||||||
|
Loading…
Reference in New Issue
Block a user