t2-stat-parser/build/postgres/Dockerfile
2020-03-08 12:06:15 -04:00

4 lines
157 B
Docker

FROM postgres:11.5
COPY ./build/postgres/docker-entrypoint-initdb.d /docker-entrypoint-initdb.d
COPY ./build/postgres/export_local_db.sh /export_local_db.sh