diff --git a/1.3.CreationDockerfile.postgres.sh b/1.3.CreationDockerfile.postgres.sh new file mode 100644 index 0000000..b590154 --- /dev/null +++ b/1.3.CreationDockerfile.postgres.sh @@ -0,0 +1,15 @@ + +# Création du Dockerfile de Postgresql +POSTGRESQL_DIR=./config-postgresql +mkdir -p "$POSTGRESQL_DIR" + +cat > "$POSTGRESQL_DIR/Dockerfile" <