Dockerfile 89 B

12345
  1. FROM postgres:latest
  2. ENV POSTGRES_DB=minto
  3. COPY ./minto.sql /docker-entrypoint-initdb.d