annotate trainingdb/Dockerfile @ 413:4b0c2c7e213b
production v2.15.0
flow: Merged <release> '2.15.0' to <master> ('production').
author |
Marc Davis <marc.davis@mcoecn.org> |
date |
Fri, 14 Oct 2022 10:20:38 -0400 |
parents |
9129e39b00fa |
children |
9afc8cb478f6 |
rev |
line source |
36
|
1
|
198
|
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
|