This commit is contained in:
2026-05-24 05:15:53 +08:00
parent 3bee6aaf18
commit 8351498071
3 changed files with 27 additions and 1 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
dev:
image: node:24-alpine
working_dir: /app
volumes:
- .:/app
- /app/node_modules
ports:
- "3000:3000"
command: sh