first commit
This commit is contained in:
11
dockers/postfix/build.sh
Executable file
11
dockers/postfix/build.sh
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 Postfix"
|
||||
|
||||
cd "${KAZ_ROOT}"
|
||||
docker build --no-cache -t postfixkaz . -f dockers/postfix/Dockerfile
|
||||
|
Reference in New Issue
Block a user