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 docker-compose build
;; ;;
clean) clean)
docker-compose stop clean
docker-compose rm -f
;; ;;
*) *)
echo "Unrecognised command. Try: build, clean, up, initdb, resetdb, makemigrations, migrate, shell, dbshell, restart_celery, test, test_report" echo "Unrecognised command. Try: build, clean, up, initdb, resetdb, makemigrations, migrate, shell, dbshell, restart_celery, test, test_report"