KazV2/dockers/postfix/build.sh

12 lines
248 B
Bash
Raw Permalink Normal View History

2024-06-03 18:43:35 +02:00
#!/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