kube-exam/data/db/Dockerfile

7 lines
138 B
Docker

ARG VERSION=13.3
# pull official base image
FROM postgres:${VERSION}
# run create.sql on init
ADD create.sql /docker-entrypoint-initdb.d