blob: 68b9df5b7ca5da28f8c997ed7b6fafad6e92dbdd [file] [log] [blame]
ARG POSTGRES_IMAGE
FROM $POSTGRES_IMAGE
ADD init_setup.sql /docker-entrypoint-initdb.d/
RUN chown -R postgres:postgres /docker-entrypoint-initdb.d/*.sql