fixed build-devel
parent
7dc07de2cb
commit
9812555133
2
dd-ctl
2
dd-ctl
|
@ -11,7 +11,7 @@ if [ -z "$OPERATION" ]; then
|
|||
echo " Update repository: ./dd-ctl repo-update [branch-name] (defaults to master)"
|
||||
echo " Bring the current project up: ./dd-ctl all"
|
||||
echo " Build the compose files: ./dd-ctl build"
|
||||
echo " Build the compose files: ./dd-ctl build-develop"
|
||||
echo " Build the devel compose files: ./dd-ctl build-devel"
|
||||
echo " Start the project when stopped: ./dd-ctl up"
|
||||
echo " Stop the project when started: ./dd-ctl down"
|
||||
echo " Apply customizations: ./dd-ctl customize"
|
||||
|
|
Loading…
Reference in New Issue