Skip to content

Commit

Permalink
Add support for passing arguments to ./manage build
Browse files Browse the repository at this point in the history
Signed-off-by: Wade Barnes <[email protected]>
  • Loading branch information
WadeBarnes committed Jan 14, 2022
1 parent 15dff35 commit 6ab6507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/manage
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ shift || COMMAND=usage

case "${COMMAND}" in
build)
docker-compose build
docker-compose build $@
;;
start|up)
exportEnvironment "$@"
Expand Down

0 comments on commit 6ab6507

Please sign in to comment.