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