1 2 3 4 5
FROM docker.io/library/postgres:15.2 ENV POSTGRES_DB=aoc WORKDIR /docker-entrypoint-initdb.d COPY . .