Actualiser 2.build.postgresql.sh
This commit is contained in:
parent
8d9593adfc
commit
eb6f20829a
1 changed files with 1 additions and 1 deletions
|
|
@ -3,5 +3,5 @@ set -euo pipefail
|
||||||
source ./0.variables.env
|
source ./0.variables.env
|
||||||
|
|
||||||
docker build \
|
docker build \
|
||||||
-f "$DIR/Dockerfile" \
|
-f ./config-postgresql/Dockerfile \
|
||||||
-t "postgres15-$POSTGRESQL_PORT-image" .
|
-t "postgres15-$POSTGRESQL_PORT-image" .
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue