perf: do npm ci since we got package-lock.json 🎉
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
This commit is contained in:
parent
52110fc14e
commit
ee84300228
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ WORKDIR /usr/src/app
|
|||
COPY package.json /usr/src/app
|
||||
COPY package-lock.json /usr/src/app
|
||||
|
||||
RUN npm install --omit=dev
|
||||
RUN npm ci --omit=dev
|
||||
|
||||
FROM ubuntu:focal AS final
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue