6 lines
152 B
Bash
Executable file
6 lines
152 B
Bash
Executable file
#cd postgresql-config
|
|
#docker build -t postgres15-5434-image .
|
|
docker build \
|
|
-f ./config-postgresql/Dockerfile \
|
|
-t postgres15-5434-image .
|
|
#cd ..
|