Mercurial > public > ssdt-docker
annotate trainingdb/Dockerfile @ 238:61b1d93977cd release/v2.0.0
DEP-14: comment typo
author | smith@nwoca.org |
---|---|
date | Wed, 10 Jan 2018 01:42:02 +0000 |
parents | ab47ca9899ea |
children | 9afc8cb478f6 |
rev | line source |
---|---|
36 | 1 |
199 | 2 FROM docker.ssdt.io/ssdt-postgres:5 |
36 | 3 |
4 MAINTAINER Dave Smith smith@nwoca.org | |
5 | |
6 ENV PGDATA=/var/pgdata/trainingdata \ | |
7 BACKUP_FILE=/training.backup.gz | |
8 | |
39 | 9 COPY setupDatabase.sh /docker-entrypoint-initdb.d/setupDatabase.sh |
36 | 10 |
11 RUN chmod 755 /docker-entrypoint-initdb.d/setupDatabase.sh |