view trainingdb/Dockerfile @ 237:f6bea554980e release/v2.0.0

DEP-14: remove obsolete compose files from preview releases
author smith@nwoca.org
date Wed, 10 Jan 2018 01:35:17 +0000
parents ab47ca9899ea
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