diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..b097491 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,10 @@ +FROM node:dubnium + +WORKDIR /server + +COPY . . + +RUN yarn install + + +CMD ["yarn", "start"] \ No newline at end of file