mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-02-21 23:23:34 +00:00
4 lines
157 B
Text
4 lines
157 B
Text
|
|
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
|