diff --git a/1.3.CreationDockerfile.postgres.sh b/1.3.CreationDockerfile.postgres.sh index b590154..8a1c276 100644 --- a/1.3.CreationDockerfile.postgres.sh +++ b/1.3.CreationDockerfile.postgres.sh @@ -1,3 +1,7 @@ +#!/usr/bin/env bash +set -euo pipefail + +source ./0.variables.env # Création du Dockerfile de Postgresql POSTGRESQL_DIR=./config-postgresql