Update bw-dev

Added 'down' to list of of commands
This commit is contained in:
Fredrik Walløe 2023-04-04 12:08:39 +02:00 committed by GitHub
parent b1962ef75d
commit 0495da07a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
bw-dev
View file

@ -287,6 +287,7 @@ case "$CMD" in
echo "Unrecognised command. Try:"
echo " setup"
echo " up [container]"
echo " down [container]"
echo " service_ports_web"
echo " initdb"
echo " resetdb"