From 6d29ffd36db78976896fc59ba0fb1c9e1a499994 Mon Sep 17 00:00:00 2001 From: Tim Sutton Date: Tue, 6 Sep 2016 11:51:54 +0200 Subject: [PATCH] Cleanups to 9.5 branch - remove old supervisor files --- build.sh | 2 +- postgres.conf | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 postgres.conf diff --git a/build.sh b/build.sh index 06f4546..beb99dd 100755 --- a/build.sh +++ b/build.sh @@ -1 +1 @@ -docker build -t kartoza/postgis . +docker build -t kartoza/postgis:9.5-2.2 . diff --git a/postgres.conf b/postgres.conf deleted file mode 100644 index dce7a0b..0000000 --- a/postgres.conf +++ /dev/null @@ -1,5 +0,0 @@ -[program:postgres] -user=root -command=/start-postgis.sh -autorestart=true -stopsignal=INT