fix(dd-ctl): fixed yml build

darta 2022-02-01 17:09:34 +00:00
parent 7e844e4b00
commit a81b4a1186
1 changed files with 3 additions and 0 deletions

3
dd-ctl
View File

@ -449,6 +449,9 @@ if [ "$OPERATION" = "build" ]; then
fi
if [ "$OPERATION" = "yml" ]; then
cp digitaldemocratic.conf .env
CUSTOM_PATH=$(pwd)
. ./.env
build_compose
fi