cms translucid
This commit is contained in:
11
dockers/translucid/build.sh.non_utilise
Executable file
11
dockers/translucid/build.sh.non_utilise
Executable 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
|
Reference in New Issue
Block a user