Skip to content

Commit

Permalink
fix: 빌드된 NestJS docker에서 JWT_SECRET 환경 변수를 읽지 못하는 문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
minjungw00 committed Nov 18, 2024
1 parent 507f3f6 commit 80d120d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ services:
environment:
- MONGO_URI=${MONGO_URI}
- NODE_ENV=${NODE_ENV}
- JWT_SECRET=${JWT_SECRET}

nginx:
build:
Expand Down

0 comments on commit 80d120d

Please sign in to comment.