KazV2/dockers/sympa/build.sh

11 lines
241 B
Bash
Raw Permalink 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 Sympa"
cd "${KAZ_ROOT}"
docker build --no-cache -t sympakaz . -f dockers/sympa/Dockerfile