Closed Sybrand closed 1 year ago
added volumes + image tags + instructions to avoid volume/container/image creep
docker compose run
--rm
added volumes + image tags + instructions to avoid volume/container/image creep
docker compose run
without--rm
- you end up creating a new container every time. Added comments to that effect.