postgresql.dockerfile 107 B

1234
  1. FROM postgres:latest
  2. RUN mkdir -p /docker-entrypoint-initdb.d
  3. COPY src/*.sql /docker-entrypoint-initdb.d/