KazV2/dockers/paheko/build.sh
2024-07-11 20:34:21 +02:00

12 lines
236 B
Bash
Executable File

#!/bin/bash
KAZ_ROOT=$(cd "$(dirname $0)/../.."; pwd)
. "${KAZ_ROOT}/bin/.commonFunctions.sh"
setKazVars
printKazMsg "\n *** Création du Dockerfile paheko"
cd "${KAZ_ROOT}"
docker build -t pahekokaz . -f dockers/paheko/Dockerfile