1 2 3 4 5 6 7
FROM postgres:16-alpine RUN addgroup -S app && adduser -S -g app app USER app COPY postgresql/populate.sql /docker-entrypoint-initdb.d/