Renames run web with service ports command

This commit is contained in:
Mouse Reeve 2021-11-07 06:20:38 -08:00
parent c2f44a9f1e
commit 3f5fe83950

4
bw-dev
View file

@ -61,7 +61,7 @@ case "$CMD" in
up)
docker-compose up --build "$@"
;;
run)
service_ports_web)
docker-compose run --rm --service-ports web
;;
initdb)
@ -149,7 +149,7 @@ case "$CMD" in
set +x # No need to echo echo
echo "Unrecognised command. Try:"
echo " up [container]"
echo " run"
echo " service_ports_web"
echo " initdb"
echo " resetdb"
echo " makemigrations [migration]"