Browse Source

Update Dockerfile

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

4
Dockerfile

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