fix docker autoupdate

This commit is contained in:
Wingy 2020-11-03 15:51:00 -05:00
parent 988e528157
commit a8ea3d164b
2 changed files with 236 additions and 9 deletions

View file

@ -4,7 +4,7 @@ ENV NODE_ENV production
WORKDIR /usr/src/app
COPY ["package.json", "package-lock.json*", "npm-shrinkwrap.json*", "patched-express-response.js", "./"]
RUN npm install --production --silent && mv node_modules ../
RUN npm install --production --silent
COPY . .