forked from mirrors/bookwyrm
Renames run web with service ports command
This commit is contained in:
parent
c2f44a9f1e
commit
3f5fe83950
1 changed files with 2 additions and 2 deletions
4
bw-dev
4
bw-dev
|
@ -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]"
|
||||
|
|
Loading…
Reference in a new issue