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
* Environment variables specific to Docker can now be provided using
a `.env.docker` file
* The image is now based on the latest stable Ubuntu release, like
the prod server
* Static and media files are persisted between runs (through a volume)
* Started using a cache mount for uv, to improve performance across
builds
* Added Docker-specific `make` commands, all prefixed with `d-`
* Stopped always running migrations when starting the container;
it's more useful having manual control, using e.g. `make d-migrate`
0 commit comments