view trainingdb-usas/Dockerfile @ 183:fc93880cda8d production hotfix/1.2.2

flow: Merged <hotfix> 'v1.2.2' to <master> ('production').
author smith@nwoca.org
date Wed, 20 Sep 2017 16:19:18 +0100
parents 297b56dfba19
children 9129e39b00fa
line wrap: on
line source

FROM docker.ssdt.io/trainingdb

ADD http://files.ssdt.io/usas-training.backup.gz $BACKUP_FILE

RUN chmod a+r $BACKUP_FILE

ENV DB_NAME=usasdb \
    DB_USER=usas \
    DB_PASS=usasdefault