mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2025-01-09 08:45:28 +00:00
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)
|
up)
|
||||||
docker-compose up --build "$@"
|
docker-compose up --build "$@"
|
||||||
;;
|
;;
|
||||||
run)
|
service_ports_web)
|
||||||
docker-compose run --rm --service-ports web
|
docker-compose run --rm --service-ports web
|
||||||
;;
|
;;
|
||||||
initdb)
|
initdb)
|
||||||
|
@ -149,7 +149,7 @@ case "$CMD" in
|
||||||
set +x # No need to echo echo
|
set +x # No need to echo echo
|
||||||
echo "Unrecognised command. Try:"
|
echo "Unrecognised command. Try:"
|
||||||
echo " up [container]"
|
echo " up [container]"
|
||||||
echo " run"
|
echo " service_ports_web"
|
||||||
echo " initdb"
|
echo " initdb"
|
||||||
echo " resetdb"
|
echo " resetdb"
|
||||||
echo " makemigrations [migration]"
|
echo " makemigrations [migration]"
|
||||||
|
|
Loading…
Reference in a new issue