feat:添加Docker构建脚本

This commit is contained in:
Latezly
2026-02-05 23:10:14 +08:00
parent 4a458a7886
commit 804a4f68e8
2 changed files with 26 additions and 0 deletions

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
services:
app:
build: .
ports:
- "3000:3000"
restart: always