[modern-react] docker-compose 수정
This commit is contained in:
@@ -1,12 +1,9 @@
|
|||||||
version: '3'
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
modern-react:
|
modern-react:
|
||||||
container_name: modern-react
|
container_name: modern-react
|
||||||
image: node:20.11.1
|
image: node:20.11.1
|
||||||
network_mode: host
|
ports:
|
||||||
|
- 3000:3000
|
||||||
volumes:
|
volumes:
|
||||||
- .:/app
|
- .:/app
|
||||||
working_dir: /app
|
command: tail -f /dev/null
|
||||||
tty: true
|
|
||||||
command: /bin/bash
|
|
||||||
Reference in New Issue
Block a user