Skip to content

Commit

Permalink
chore: fix .env.vault
Browse files Browse the repository at this point in the history
  • Loading branch information
zjffun committed Sep 10, 2023
1 parent 63d9195 commit a47d7fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ WORKDIR /usr/src/app

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

COPY --chown=node:node .env.vault /

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 .env.vault ./
COPY --chown=node:node src ./src

ENV NODE_ENV production
Expand Down

0 comments on commit a47d7fa

Please sign in to comment.