diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..2e12037 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM node:dubnium +COPY . /app +WORKDIR /app +CMD yarn global add node-gyp && yarn install && yarn start \ No newline at end of file