odoov18-compta/2.build.postgresql.sh

7 lines
139 B
Bash
Executable file

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