Skip to content

add --rm flag for docker-compose run to clean up container

Derrick Liu requested to merge makefile-rm into dev

Right now, using the Makefile for different docker operations doesn't clean up those containers after they finish running. This can leave a bunch of cruft to clean up.

This PR adds --rm flags to all docker-compose run operations and standardizes on using docker-compose run for consistency.

Merge request reports