[+] Docker

This commit is contained in:
2025-10-26 16:19:36 +08:00
parent f272cdb0ae
commit ebbd71a7ce
2 changed files with 44 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
services:
server:
build:
context: .
dockerfile: Dockerfile
ports:
- "3000:3000"
volumes:
- ./data:/app/data
command: /app/server