diff --git a/Dockerfile b/Dockerfile index 092f17d..e549ce8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,5 @@ FROM node:12 -COPY src/ . - -COPY package.json . +COPY / . RUN yarn global add node-gyp && yarn install && yarn start