diff --git a/Dockerfile b/Dockerfile index 4460adb0c22eb4c7c50c7dc2d468d80bcbc2b7d1..a8dd456854629053fae9e3df49dd80499ecee1b3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,13 +7,10 @@ RUN mkdir /app WORKDIR /app ENV NODE_ENV=production - - - ADD . . RUN yarn install --production RUN mkdir ./server-files RUN mkdir ./user-files -CMD ["yarn", "start"] \ No newline at end of file +CMD ["yarn", "start"]