Files
KazV2/dockers/paheko/build.sh
T
2026-09-14 19:21:00 +02:00

11 lines
246 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 --no-cache -t pahekokaz . -f dockers/paheko/Dockerfile