add yarn.lock to Dockerfile
This commit is contained in:
parent
cd61482ff1
commit
d8658d905a
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ ADD package.json package.json
|
|||
ADD tsconfig.json tsconfig.json
|
||||
ADD webpack.config.js webpack.config.js
|
||||
ADD typings.json typings.json
|
||||
ADD yarn.lock yarn.lock
|
||||
RUN yarn install --ignore-engines
|
||||
|
||||
# Add static files
|
||||
|
|
Reference in a new issue