FROM postgres:17-alpine3.20 AS base COPY init.sql /docker-entrypoint-initdb.d EXPOSE 5432