4
0

postgres.Dockerfile 120 B

1234
  1. FROM postgres:12.1
  2. # copy db init script into image
  3. COPY ["./scripts/funwar_initdb.sh", "/docker-entrypoint-initdb.d"]