odoov18-compta/2.build.postgresql.sh
2026-04-05 10:52:57 +02:00

6 lines
152 B
Bash
Executable file

#cd postgresql-config
#docker build -t postgres15-5434-image .
docker build \
-f ./postgresql-config/Dockerfile \
-t postgres15-5434-image .
#cd ..