autoconfig web

This commit is contained in:
2024-07-08 20:51:54 +02:00
parent 6d5a4e8f0e
commit b15ce5450c
3 changed files with 17 additions and 0 deletions

10
dockers/web/build.sh Executable file
View File

@ -0,0 +1,10 @@
#!/bin/bash
KAZ_ROOT=$(cd $(dirname $0)/../..; pwd)
. "${KAZ_ROOT}/bin/.commonFunctions.sh"
setKazVars
cd $(dirname $0)
. "${DOCKERS_ENV}"
cp autoconfig.yml.dist autoconfig.yml