Set up docker/docker-compose as a dev env #4
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
While bronsen prefers local venvs, others might prefer having the app and stuff in a docker container.
docker-compose should be set up such that .env (and similar such settings) take effect in the container:
python -m pytest
must behave identically both in a local venv and inside the container.