Have runweb commands clean up after themselves
This commit is contained in:
parent
0176f5bbf8
commit
58237b6984
1 changed files with 1 additions and 0 deletions
1
fr-dev
1
fr-dev
|
@ -14,6 +14,7 @@ function rundb {
|
||||||
|
|
||||||
function runweb {
|
function runweb {
|
||||||
docker-compose run --rm web $@
|
docker-compose run --rm web $@
|
||||||
|
clean
|
||||||
}
|
}
|
||||||
|
|
||||||
function initdb {
|
function initdb {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue