4 lines
87 B
Docker
4 lines
87 B
Docker
|
FROM postgis/postgis:latest
|
||
|
|
||
|
COPY 00-create-extensions.sh /docker-entrypoint-initdb.d/
|