odoov18-compta/2.build.postgresql.sh

7 lines
152 B
Bash
Raw Normal View History

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