From b7734d6cdfa4f0a4e58af0ff7d165dc950510581 Mon Sep 17 00:00:00 2001 From: lpierson Date: Tue, 21 Apr 2026 09:02:56 +0000 Subject: [PATCH] Actualiser 2.build.postgresql.sh --- 2.build.postgresql.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2.build.postgresql.sh b/2.build.postgresql.sh index 4da687e..6370de6 100755 --- a/2.build.postgresql.sh +++ b/2.build.postgresql.sh @@ -25,4 +25,4 @@ sed -i "s/postgres15-5434/postgres15-$POSTGRESQL_PORT/g" ./docker-compose.yml docker build \ -f "$DIR/Dockerfile" \ - -t "postgres15-$NEW_PORT-image" . + -t "postgres15-$POSTGRESQL_PORT-image" .