t2-stat-parser/build/postgres/Dockerfile

4 lines
157 B
Docker
Raw Permalink Normal View History

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