KazV2/dockers/translucid/build.sh.non_utilise
2024-11-25 09:38:24 +01:00

12 lines
256 B
Bash
Executable File

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