view trainingdb/Dockerfile @ 55:77ff739c078d

add script to provide shortened docker ps with ssdt labels
author smith@nwoca.org
date Thu, 25 Feb 2016 08:47:45 -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