Update postgres Dockerfile

use postgis image
This commit is contained in:
Hadeel Sharaf 2018-05-20 02:00:56 +02:00 committed by GitHub
parent ae52a92b27
commit be950223f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
FROM postgres:{{ cookiecutter.postgresql_version }} FROM mdillon/postgis
COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance COPY ./compose/production/postgres/maintenance /usr/local/bin/maintenance
RUN chmod +x /usr/local/bin/maintenance/* RUN chmod +x /usr/local/bin/maintenance/*