4 lines
112 B
Text
4 lines
112 B
Text
FROM postgres:9.5
|
|
RUN apt-get update
|
|
RUN apt-get install -y postgis
|
|
ADD /setup.sql /docker-entrypoint-initdb.d/
|