summaryrefslogblamecommitdiffstats
path: root/postgresql/Dockerfile
blob: 1196bce8b7f07cbef9ce5b16523522e6db3d1fda (plain) (tree)
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/