#cd postgresql-config
#docker build -t postgres15-5434-image .
docker build \
-f ./config-postgresql/Dockerfile \
-t postgres15-5434-image .
#cd ..