summaryrefslogtreecommitdiff
path: root/docker/postgres/Dockerfile
blob: 1699f02d99a59408f93820ce6bd776801095b82b (plain)
1
2
3
4
5
FROM postgres:14

COPY schema.sql /docker-entrypoint-initdb.d/

EXPOSE 5432