From 93cebfa267f05d0519a8cba4d9e1fd989433f798 Mon Sep 17 00:00:00 2001 From: lpierson Date: Mon, 20 Apr 2026 17:51:59 +0000 Subject: [PATCH] Actualiser 2.build.postgresql.sh --- 2.build.postgresql.sh | 32 +++++++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) diff --git a/2.build.postgresql.sh b/2.build.postgresql.sh index e041495..3379869 100755 --- a/2.build.postgresql.sh +++ b/2.build.postgresql.sh @@ -1,6 +1,28 @@ -#cd postgresql-config -#docker build -t postgres15-5434-image . +#!/bin/bash +set -euo pipefail + +NEW_PORT=5455 +DIR=./config-postgresql + +mkdir -p "$DIR" + +cat > "$DIR/Dockerfile" <