#!/bin/bash set -euo pipefail source ./0.variables.env docker build \ -f "$DIR/Dockerfile" \ -t "postgres15-$POSTGRESQL_PORT-image" .