umami/uffizzi/DockerfileDB

3 lines
107 B
Plaintext
Raw Normal View History

2022-10-18 18:55:25 +02:00
FROM postgres:12-alpine
COPY ./sql/schema.postgresql.sql /docker-entrypoint-initdb.d/schema.postgresql.sql