Merge pull request #3333 from MetaMask/mascara-deploy

mascara deploy - improve deploy instructions
feature/default_network_editable
Frankie 7 years ago committed by GitHub
commit 33373b676f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      Dockerfile

@ -7,7 +7,10 @@ WORKDIR /www/
# install dependencies
COPY ./package.json /www/package.json
RUN npm install
# RUN npm install -g node-gyp
RUN npm install >> npm_log 2>> npm_err || true
RUN cat npm_log && cat npm_err
# copy over app dir
COPY ./ /www/

Loading…
Cancel
Save