Have clean command use clean function

This commit is contained in:
Jim Fingal 2020-11-08 11:45:21 -08:00
parent 391361c5e3
commit f1816d2ef5

3
fr-dev
View file

@ -63,8 +63,7 @@ case "$1" in
docker-compose build
;;
clean)
docker-compose stop
docker-compose rm -f
clean
;;
*)
echo "Unrecognised command. Try: build, clean, up, initdb, resetdb, makemigrations, migrate, shell, dbshell, restart_celery, test, test_report"