Skip to content

Commit

Permalink
Merge pull request #2774 from fwalloe/fwalloe-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaschaurbach authored Apr 4, 2023
2 parents 6e427cf + ac17876 commit e909cbf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bw-dev
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ case "$CMD" in
up)
docker-compose up --build "$@"
;;
down)
docker-compose down
;;
service_ports_web)
prod_error
docker-compose run --rm --service-ports web
Expand Down Expand Up @@ -284,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"
Expand Down

0 comments on commit e909cbf

Please sign in to comment.