[modern-react] docker compose 파일 추가

This commit is contained in:
2025-10-15 22:42:53 +09:00
parent 75ec02d506
commit 68f3200359

View File

@@ -0,0 +1,12 @@
version: '3'
services:
modern-react:
container_name: modern-react
image: node:20.11.1
network_mode: host
volumes:
- .:/app
working_dir: /app
tty: true
command: /bin/bash