mirror of
https://github.com/amineo/t2-stat-parser.git
synced 2026-01-20 01:34:47 +00:00
4 lines
157 B
Docker
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
|