Skip to content
Dockerfile 94 B
Newer Older
FROM postgres:11

ENV POSTGRES_HOST_AUTH_METHOD=trust

ADD *.sql /docker-entrypoint-initdb.d/