mirror of
https://github.com/weaveworks/scope.git
synced 2026-03-02 17:50:39 +00:00
Added yarn.lock; changed Docker file to use yarn
This commit is contained in:
@@ -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
6038
client/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user