mirror of
https://github.com/sartography/cr-connect-db.git
synced 2025-02-23 03:58:17 +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
|