Browse Source

Update Dockerfile

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

4
Dockerfile

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