# Docker image for running local dev DB

FROM postgres:14-alpine

ADD create-db.psql /
ADD init-db.sh /docker-entrypoint-initdb.d/
