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