KazV2/dockers/proxy/build.sh

12 lines
233 B
Bash
Raw Normal View History

2024-06-03 18:43:35 +02:00
#!/bin/bash
KAZ_ROOT=$(cd "$(dirname $0)/../.."; pwd)
. "${KAZ_ROOT}/bin/.commonFunctions.sh"
setKazVars
printKazMsg "\n *** Création du Dockerfile proxy"
cd "${KAZ_ROOT}"
docker build -t proxykaz . -f dockers/proxy/Dockerfile