FROM docker.io/library/postgres:15.2 ENV POSTGRES_DB=aoc WORKDIR /docker-entrypoint-initdb.d COPY . .