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
⚡ Bolt: Optimize Docker build speed and startup overhead
Reverting mise.toml and scripts/rename.py changes as per PR feedback.
Keeping Dockerfile optimizations which provide the most significant production performance win.
Optimizations include:
- Layer caching for dependencies.
- Docker cache mounts for `uv`.
- Bypassing `uv run` in `ENTRYPOINT` using direct virtualenv path (~100ms startup win).
- Bytecode compilation enabled.
- Development dependencies excluded from the image.
0 commit comments