Mercurial > public > ssdt-docker
view trainingdb/Dockerfile @ 398:3f76ce6790fb release/v2.13.0
INV-197 create release branch for inventory and workflow backup and restore scripts
author | Matt Calmes <calmes@ssdt-ohio.org> |
---|---|
date | Thu, 28 Oct 2021 07:52:41 -0400 |
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