Actualiser 2.build.postgresql.sh

This commit is contained in:
lpierson 2026-04-21 09:55:28 +00:00
parent 8d9593adfc
commit eb6f20829a

View file

@ -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" .