Skip to content

Commit

Permalink
docker .env
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Nov 2, 2023
1 parent 7bed92c commit d90fd61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ WORKDIR /usr/src/app

COPY --from=builder /usr/src/app/node_modules /usr/src/app/node_modules
COPY --from=builder /usr/src/app/dist /usr/src/app/dist
COPY .env ./.env

CMD ["node", "/usr/src/app/dist/main.js"]

0 comments on commit d90fd61

Please sign in to comment.