odoov18-compta/2.build.postgresql.sh

8 lines
152 B
Bash
Raw Normal View History

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