Récupération des valeurs du docker.env !

This commit is contained in:
2025-07-30 23:08:48 +02:00
parent 400775bf41
commit 99779a70ff

View File

@@ -3,6 +3,7 @@
KAZ_ROOT=$(cd "$(dirname $0)/.."; pwd)
. "${KAZ_ROOT}/bin/.commonFunctions.sh"
setKazVars
. $DOCKERS_ENV
cd "${KAZ_ROOT}"