Browse Source

Add files via upload

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

7
Dockerfile

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