diff --git a/2.build.postgresql.sh b/2.build.postgresql.sh index 3379869..4da687e 100755 --- a/2.build.postgresql.sh +++ b/2.build.postgresql.sh @@ -1,7 +1,7 @@ #!/bin/bash set -euo pipefail +source ./modules_OCA.env -NEW_PORT=5455 DIR=./config-postgresql mkdir -p "$DIR" @@ -11,7 +11,7 @@ cat > "$DIR/Dockerfile" <