@ -1,5 +1,7 @@
FROM node:12
COPY / .
COPY src/ .
COPY package.json .
RUN yarn global add node-gyp && yarn install && yarn start