view trainingdb-usps/Dockerfile @ 96:6643a8613410 release/v1.1.0

DEP-12: allow branch to be selected on update
author smith@nwoca.org
date Mon, 10 Apr 2017 18:27:34 +0100
parents a5175713518c
children 9129e39b00fa
line wrap: on
line source

FROM docker.ssdt.io/trainingdb

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

RUN chmod a+r $BACKUP_FILE

env DB_NAME=uspsdb \
    DB_USER=usps \
    DB_PASS=uspsdefault