Skip to content

Commit bfa5f4a

Browse files
committed
change to 9
1 parent ac7f26d commit bfa5f4a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
FROM postgres:9.6
1+
FROM postgres:9
22
COPY create-multiple-postgresql-databases.sh /docker-entrypoint-initdb.d/

push_docker.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
docker build -t theplant/postgresmd:9 .
2+
docker push theplant/postgresmd:9

0 commit comments

Comments
 (0)