2024-04-21 14:42:52 +02:00

3 lines
76 B
Docker

FROM postgres:16.2
COPY ./schema.sql /docker-entrypoint-initdb.d/schema.sql