mirror of
https://github.com/sartography/cr-connect-db.git
synced 2025-02-01 17:45:01 +00:00
5 lines
117 B
Docker
5 lines
117 B
Docker
FROM postgres
|
|
COPY ./initdb.sh /docker-entrypoint-initdb.d/initdb.sh
|
|
EXPOSE 5432
|
|
VOLUME ["/var/lib/postgresql/data"]
|