remove patched express response from dockerfile
This commit is contained in:
parent
e1dff41ec3
commit
afec9afcab
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ RUN apk --no-cache add curl
|
|||
ENV NODE_ENV production
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY ["package.json", "package-lock.json*", "npm-shrinkwrap.json*", "patched-express-response.js", "./"]
|
||||
COPY ["package.json", "package-lock.json*", "npm-shrinkwrap.json*", "./"]
|
||||
RUN npm install --production --silent
|
||||
|
||||
COPY . .
|
||||
|
|
Loading…
Reference in a new issue