Actualiser 2.build.postgresql.sh
This commit is contained in:
parent
706a60740e
commit
41fac5ab63
1 changed files with 6 additions and 2 deletions
|
|
@ -2,8 +2,12 @@
|
|||
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
|
||||
|
||||
echo "" >> ./0.variables.env
|
||||
echo "export POSTGRES_IMAGE=postgres15-${POSTGRES_PORT}-image" >> ./0.variables.env
|
||||
|
||||
|
||||
|
||||
docker build \
|
||||
-f ./config-postgresql/Dockerfile \
|
||||
-t "postgres15-$POSTGRESQL_PORT-image" .
|
||||
-t ${POSTGRES_IMAGE} .
|
||||
|
|
|
|||
Loading…
Reference in a new issue