This commit is contained in:
2024-07-26 23:18:04 +02:00
parent 3a532e592a
commit ccd2d4e1c0
6 changed files with 4 additions and 0 deletions

View File

@ -43,6 +43,7 @@ for dir in $(ls -d "services"/[0-9][0-9]-* | sort); do
mergeenv $dir/env/.env.merge env/.env.merge $dir/env/.env $dir/env/.env.local
# Construction conf apache
mkdir -p services/10-nineapache/volume/apache
if [ -f "$dir/apache/apache.conf" ]; then
cp "$dir/apache/apache.conf" services/10-nineapache/volume/apache/$valueservice.conf
fi