# Dockerfile.postgres FROM postgres:16-alpine COPY init-db.sh /docker-entrypoint-initdb.d/init-db.sh