chore: port 설정 수정
Some checks failed
Deploy to Production / deploy (push) Failing after 3m40s

This commit is contained in:
zephyrdark 2026-02-08 00:06:21 +09:00
parent e22241dbc4
commit 72c502f1bc

View File

@ -52,7 +52,7 @@ services:
environment:
BACKEND_URL: http://backend:8000
ports:
- "127.0.0.1:3000:3000"
- "3000:3000"
depends_on:
backend:
condition: service_healthy