From 00cbaa7956f6a423b4b6c23f0280c46416d8835f Mon Sep 17 00:00:00 2001 From: lpierson Date: Thu, 28 May 2026 06:42:13 +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 c5929a2..1712719 100755 --- a/2.build.postgresql.sh +++ b/2.build.postgresql.sh @@ -5,7 +5,7 @@ source ./0.variables.env echo "" >> ./0.variables.env echo "export POSTGRES_IMAGE=postgres15-${POSTGRES_PORT}-image" >> ./0.variables.env - +POSTGRES_IMAGE=postgres15-${POSTGRES_PORT}-image docker build \