Have runweb commands clean up after themselves

This commit is contained in:
Jim Fingal 2020-11-08 11:52:08 -08:00
parent 0176f5bbf8
commit 58237b6984

1
fr-dev
View file

@ -14,6 +14,7 @@ function rundb {
function runweb {
docker-compose run --rm web $@
clean
}
function initdb {