Switch backend Docker image to Alpine multi-stage

This commit is contained in:
Chris
2026-04-03 03:12:19 +08:00
parent 75cf22f7e5
commit ade60bdbaa
2 changed files with 18 additions and 6 deletions

View File

@@ -13,6 +13,7 @@ psql "$DATABASE_URL" -f scripts/init_schema.sql
```
## Docker (VPS / Production)
> 目前 Dockerfile 為 Alpine 多階段建置(較小體積)。
Build image:
```bash