fixup: Dockerfile

remove legacy-peer-deps flag
This commit is contained in:
Philip H 2023-12-02 13:44:59 +01:00 committed by GitHub
parent 312812d815
commit e95754edc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ RUN npm config set -g fund false &&\
# Copy Web UI
COPY src/ /app/
WORKDIR /app
RUN npm ci --legacy-peer-deps
RUN npm ci
# Copy build result to a new image.
# This saves a lot of disk space.
FROM docker.io/library/node:18-alpine@sha256:16b46e5ea9fb5c2d13dda36f0feb670fa89de6a412725007555f2eee9a126b60