mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 12:24:25 +02:00
Merge pull request #2008 from overleaf/as-package-lock
Switch shrinkwrap to package-lock GitOrigin-RevId: 672a71f86be700ba995f25a383efe2bdaf8f02b9
This commit is contained in:
committed by
sharelatex
parent
7785c7b59e
commit
07e68cbc00
@@ -3,7 +3,7 @@ FROM node:10.15.3 as app
|
||||
WORKDIR /app
|
||||
|
||||
#wildcard as some files may not be in all repos
|
||||
COPY package.json npm-shrinkwrap.json /app/
|
||||
COPY package.json package-lock.json /app/
|
||||
|
||||
RUN npm install --quiet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user