Initial commit

This commit is contained in:
2026-04-19 23:51:17 +08:00
parent 222cb1cca5
commit f2b7d7e2aa
5 changed files with 170 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
app:
build: .
container_name: czip-api
restart: unless-stopped
ports:
- "5000:5000"
environment:
- PORT=5000