view trainingdb/Dockerfile @ 224:fe6e83ff2d12 production

Added tag v1.6.0 for changeset 04030a5e355a
author smith@nwoca.org
date Mon, 09 Oct 2017 17:23:09 +0100
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