cms translucid

This commit is contained in:
HPL
2024-11-25 09:38:24 +01:00
parent a966fdffe9
commit 456cb04448
4 changed files with 78 additions and 0 deletions

View File

@ -0,0 +1,11 @@
#!/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