docker-compose.yml

This commit is contained in:
SR07 2025-05-16 17:33:42 +09:00
parent c984cee62a
commit 0cb4ea8bfd

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
# C:\sukjenogi-frontend\docker-compose.yml
version: '3'
services:
sukjenogi-frontend:
build: .
container_name: sukjenogi-frontend
ports:
- "3000:80" # 컨테이너 외부 3000 → 내부 80
restart: unless-stopped