autoconfig web
This commit is contained in:
10
dockers/web/build.sh
Executable file
10
dockers/web/build.sh
Executable 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
|
Reference in New Issue
Block a user