spejstore/postgres-hstore/Dockerfile

4 lines
120 B
Docker
Raw Normal View History

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