mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-13 09:53:10 -06:00
4 lines
85 B
Docker
4 lines
85 B
Docker
FROM postgres:9.5
|
|
|
|
COPY ./create_db.sh /docker-entrypoint-initdb.d/20-create_db.sh
|