Added yarn.lock; changed Docker file to use yarn

This commit is contained in:
jpellizzari
2017-03-21 13:51:26 -07:00
parent 9dfcd213c3
commit 56a4b32d97
2 changed files with 6041 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
FROM node:6.9.0
RUN npm install -g yarn
WORKDIR /home/weave
COPY package.json /home/weave/
COPY package.json yarn.lock /home/weave/
ENV NPM_CONFIG_LOGLEVEL=warn NPM_CONFIG_PROGRESS=false
RUN npm install
RUN yarn --pure-lockfile
COPY webpack.local.config.js webpack.production.config.js server.js .babelrc .eslintrc .eslintignore /home/weave/

6038
client/yarn.lock Normal file

File diff suppressed because it is too large Load Diff