view trainingdb/Dockerfile @ 53:f3773b50a88e

add cleanup script to remove obsolete images
author Dave smith <smith@nwoca.org>
date Mon, 22 Feb 2016 21:21:16 -0500
parents 297b56dfba19
children b2deadc0cf17
line wrap: on
line source

FROM docker.ssdt.io/ssdt-postgres:2

MAINTAINER Dave Smith smith@nwoca.org

ENV PGDATA=/var/pgdata/trainingdata \
    BACKUP_FILE=/training.backup.gz

COPY setupDatabase.sh /docker-entrypoint-initdb.d/setupDatabase.sh

RUN chmod 755 /docker-entrypoint-initdb.d/setupDatabase.sh