add yarn.lock to Dockerfile

This commit is contained in:
alecmerdler 2017-03-16 14:52:16 -07:00
parent cd61482ff1
commit d8658d905a

View file

@ -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