odoov18-compta/2.build.postgresql.sh

8 lines
139 B
Bash
Raw Normal View History

2026-04-20 17:51:59 +00:00
#!/bin/bash
set -euo pipefail
2026-04-21 08:59:09 +00:00
source ./modules_OCA.env
2026-04-20 17:51:59 +00:00
2026-04-05 08:52:57 +00:00
docker build \
2026-04-20 17:51:59 +00:00
-f "$DIR/Dockerfile" \
2026-04-21 09:02:56 +00:00
-t "postgres15-$POSTGRESQL_PORT-image" .