view trainingdb/Dockerfile @ 44:e5ba33051de7

add scripts and compose file for importing from server
author Dave smith <smith@nwoca.org>
date Wed, 27 Jan 2016 17:19:19 -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