FROM postgres:15 WORKDIR /docker-entrypoint-initdb.d COPY docker/postgresql/postgres-script.sql . RUN chmod -R 775 /docker-entrypoint-initdb.d