fix docker autoupdate
This commit is contained in:
parent
988e528157
commit
a8ea3d164b
2 changed files with 236 additions and 9 deletions
|
@ -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 . .
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue