diff --git a/2.build.postgresql.sh b/2.build.postgresql.sh index f10eedb..911b6fb 100755 --- a/2.build.postgresql.sh +++ b/2.build.postgresql.sh @@ -2,6 +2,8 @@ set -euo pipefail source ./0.variables.env +# dans 1.gitClone se trouvent déjà les adaptations de ports et de containers pour odoo.conf et docker-compose.yml + docker build \ -f ./config-postgresql/Dockerfile \ -t "postgres15-$POSTGRESQL_PORT-image" .