FROM bitnami/postgresql:17.4.0-debian-12-r12 # Copy the SQL init script into the entrypoint directory COPY init.sql /docker-entrypoint-initdb.d/init.sql