diff --git a/2.build.postgresql.sh b/2.build.postgresql.sh index e041495..3379869 100755 --- a/2.build.postgresql.sh +++ b/2.build.postgresql.sh @@ -1,6 +1,28 @@ -#cd postgresql-config -#docker build -t postgres15-5434-image . +#!/bin/bash +set -euo pipefail + +NEW_PORT=5455 +DIR=./config-postgresql + +mkdir -p "$DIR" + +cat > "$DIR/Dockerfile" <