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