Skip to content

Commit

Permalink
feat: 빌드 전 환경변수 설정 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
osdoonhyun committed Jan 17, 2024
1 parent 1fe7cb7 commit c9516b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ services:
react-app-1:
build: selq-client # image: selq-client:latest
container_name: react-app-1
env_file:
- ./selq-client/.env
expose:
- 3000
# ports:
Expand Down

0 comments on commit c9516b4

Please sign in to comment.