odoov18-compta/2.build.postgresql.sh

7 lines
152 B
Bash
Raw Permalink Normal View History

2026-04-05 08:52:57 +00:00
#cd postgresql-config
#docker build -t postgres15-5434-image .
docker build \
2026-04-05 11:24:51 +00:00
-f ./config-postgresql/Dockerfile \
2026-04-05 08:52:57 +00:00
-t postgres15-5434-image .
#cd ..