first commit
This commit is contained in:
12
dockers/quotas/build.sh
Executable file
12
dockers/quotas/build.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
KAZ_ROOT=$(cd "$(dirname $0)/../.."; pwd)
|
||||
. "${KAZ_ROOT}/bin/.commonFunctions.sh"
|
||||
setKazVars
|
||||
|
||||
###########################################################################
|
||||
printKazMsg "\n *** Création du Dockerfile quotas"
|
||||
|
||||
cd "${KAZ_ROOT}"
|
||||
|
||||
docker build -t quotaskaz . -f dockers/quotas/Dockerfile
|
Reference in New Issue
Block a user