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
+9
View File
@@ -0,0 +1,9 @@
services:
app:
container_name: agentblock-app
build:
context: .
dockerfile: Dockerfile
ports:
- "8080:80"
restart: unless-stopped