Mercurial > public > ssdt-docker
view trainingdb/Dockerfile @ 172:65ad866531d3 hotfix/v1.2.1
USPSR-2856: create alias for apps in default network to allow integraation to use default network (instead of proxy, or other network)
author | smith@nwoca.org |
---|---|
date | Tue, 05 Sep 2017 20:11:35 +0100 |
parents | b2deadc0cf17 |
children | 9129e39b00fa |
line wrap: on
line source
FROM docker.ssdt.io/ssdt-postgres:3 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