chore: add docker deployment support

This commit is contained in:
jerryW123
2026-06-23 14:12:30 +08:00
parent 5b4c973812
commit f51f64f3bd
10 changed files with 449 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
app:
container_name: agentblock-dev
build:
context: .
dockerfile: Dockerfile.dev
environment:
DISABLE_HMR: "false"
ports:
- "3000:3000"
volumes:
- .:/app
- /app/node_modules