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