Browse Source

Update Dockerfile

main
ndrg13 6 years ago
committed by GitHub
parent
commit
8ebf9e83fd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile

2
Dockerfile

@ -2,6 +2,4 @@ FROM node:12
COPY / .
COPY package.json
RUN yarn global add node-gyp && yarn install && yarn start
Loading…
Cancel
Save