Actualiser 2.build.postgresql.sh
This commit is contained in:
parent
8c13fb1de5
commit
dde58b695f
1 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,8 @@
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
source ./0.variables.env
|
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 \
|
docker build \
|
||||||
-f ./config-postgresql/Dockerfile \
|
-f ./config-postgresql/Dockerfile \
|
||||||
-t "postgres15-$POSTGRESQL_PORT-image" .
|
-t "postgres15-$POSTGRESQL_PORT-image" .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue