Skip to content

Commit

Permalink
chore: fix ci files
Browse files Browse the repository at this point in the history
  • Loading branch information
zjffun committed Sep 10, 2023
1 parent 3db77d1 commit 613a334
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,12 @@ WORKDIR /usr/src/app

COPY --chown=node:node --from=development /usr/src/app/node_modules ./node_modules

COPY --chown=node:node ./tsconfig.json ./tsconfig.json
COPY --chown=node:node ./tsconfig.build.json ./tsconfig.build.json
COPY --chown=node:node ./nest-cli.json ./nest-cli.json
COPY --chown=node:node ./src ./src
COPY --chown=node:node package.json ./
COPY --chown=node:node yarn.lock ./
COPY --chown=node:node tsconfig.json ./
COPY --chown=node:node tsconfig.build.json ./
COPY --chown=node:node nest-cli.json ./
COPY --chown=node:node src ./

ENV NODE_ENV production

Expand Down

0 comments on commit 613a334

Please sign in to comment.