Skip to content

Commit b06a111

Browse files
authored
Feat : 환경변수 값 주입 (#223)
1 parent 6db5898 commit b06a111

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docker-compose.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ services:
3838
environment:
3939
- SPRING_PROFILES_ACTIVE=prod
4040
env_file:
41-
- ./back/.env
42-
41+
- /home/ssm-user/WEB6_8_FiveLogic_BE/.env
4342
networks:
4443
- app-network
4544
restart: unless-stopped

0 commit comments

Comments
 (0)