FROM postgres:16-alpine RUN addgroup -S app && adduser -S -g app app USER app COPY postgresql/populate.sql /docker-entrypoint-initdb.d/