Files
MyBlog-Next/docker-compose.yml
T
2025-03-12 21:00:43 +07:00

10 lines
160 B
YAML

services:
app:
image: node:lts
ports:
- 4321:4321
working_dir: /app
command: npm run dev -- --host 0.0.0.0
volumes:
- ./:/app