view trainingdb/Dockerfile @ 243:eaf69b3784f9 hotfix/v2.0.1

flow: Created branch 'hotfix/v2.0.1'.
author smith@nwoca.org
date Thu, 11 Jan 2018 18:26:24 +0000
parents 9129e39b00fa
children 9afc8cb478f6
line wrap: on
line source

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

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