FROM postgres:15

COPY database.sql /docker-entrypoint-initdb.d/database.sql

EXPOSE 5432
