Just install production deps in container
This commit is contained in:
parent
1af1addb6f
commit
ee9ed8e063
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
FROM node:16 as frontend
|
FROM node:16 as frontend
|
||||||
|
|
||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
RUN npm ci --no-audit --progress=false
|
RUN npm ci --no-audit --progress=false --omit=dev
|
||||||
|
|
||||||
# Compile static files
|
# Compile static files
|
||||||
COPY ./scripts ./scripts
|
COPY ./scripts ./scripts
|
||||||
|
|
Loading…
Reference in a new issue