[modern-react] docker-compose 수정

This commit is contained in:
2025-10-28 00:13:02 +09:00
parent 9e295bf2f9
commit c0c36c65f2

View File

@@ -1,12 +1,9 @@
version: '3'
services:
modern-react:
container_name: modern-react
image: node:20.11.1
network_mode: host
ports:
- 3000:3000
volumes:
- .:/app
working_dir: /app
tty: true
command: /bin/bash
command: tail -f /dev/null