Browse Source

add Dockerfile

main
khelia 5 years ago
parent
commit
8798f2f8b6
  1. 4
      Dockerfile

4
Dockerfile

@ -0,0 +1,4 @@
FROM node:dubnium
COPY . /app
WORKDIR /app
CMD yarn global add node-gyp && yarn install && yarn start
Loading…
Cancel
Save