@ -0,0 +1,5 @@
FROM node:12.18.4
COPY ["package.json", "yarn.lock", "./"]
RUN yarn install
COPY . .
RUN yarn start