1
0
Fork 0

Create example marker to avoid tests that require external domain

This commit is contained in:
Jim Fingal 2020-11-08 13:07:37 -08:00
parent e1e5dd8b0d
commit 1f9891dcf5
3 changed files with 9 additions and 2 deletions

2
fr-dev
View file

@ -13,7 +13,7 @@ function rundb {
}
function runweb {
docker-compose run --rm web $@
docker-compose run --rm web "$@"
clean
}