You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GitHub Actions:
- Bring down runner count from 5 to 2
- Separate frontend and backend build jobs
- Uprev checkout actions to version 6
- Remove unused REGISTRY env variable
Docker:
- Separate Dockerfiles for frontend:
Dockerfile -> for local development
Dockerfiles.actions -> for GitHub Actions
The static flutter web app is compiled on the actions runner directly
and the assets are copied in multi-arch nginx docker images.
- Run both the images as non root users
Chore:
- Remove unused FastAPI dependencies
- Update existing packages to latest available versions
0 commit comments