From eb6f20829aeb76f84118d88fba7891f485e17192 Mon Sep 17 00:00:00 2001 From: lpierson Date: Tue, 21 Apr 2026 09:55:28 +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 74a859a..f10eedb 100755 --- a/2.build.postgresql.sh +++ b/2.build.postgresql.sh @@ -3,5 +3,5 @@ set -euo pipefail source ./0.variables.env docker build \ - -f "$DIR/Dockerfile" \ + -f ./config-postgresql/Dockerfile \ -t "postgres15-$POSTGRESQL_PORT-image" .