fixed build-devel

darta 2021-12-02 10:39:08 +01:00
parent 7dc07de2cb
commit 9812555133
1 changed files with 1 additions and 1 deletions

2
dd-ctl
View File

@ -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"