mirror of
https://github.com/sartography/cr-connect-db.git
synced 2025-01-20 19:59:33 +00:00
4 lines
81 B
Docker
4 lines
81 B
Docker
FROM postgres
|
|
COPY ./initdb.sh /docker-entrypoint-initdb.d/initdb.sh
|
|
EXPOSE 5432
|