2024-04-17 20:22:30 +02:00

3 lines
76 B
Docker

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