feat: add AWS App Runner deployment support

- Update Dockerfile CMD to fix HOSTNAME binding for App Runner
- Add ECR push step to GitHub Actions for auto-deploy
- Add .env*.local to gitignore
This commit is contained in:
dayuan.jiang
2025-12-15 15:48:33 +09:00
parent 44840d27b3
commit c527ce1520
3 changed files with 24 additions and 2 deletions

1
.gitignore vendored
View File

@@ -46,3 +46,4 @@ push-via-ec2.sh
.dev.vars
.open-next/
.wrangler/
.env*.local