spejstore/postgres-hstore/Dockerfile

4 lines
122 B
Docker
Raw Normal View History

2017-02-15 03:01:47 +00:00
FROM postgres:latest
MAINTAINER Piotr Dobrowolski
2017-12-13 19:02:16 +00:00
ADD create_extension.sh /docker-entrypoint-initdb.d/create_extension.sh