view trainingdb-usps/Dockerfile @ 225:2e0d3c70bba2

replace restore scripts with updated container restore script
author smith@nwoca.org
date Mon, 09 Oct 2017 21:34:36 +0100
parents ab47ca9899ea
children 9afc8cb478f6
line wrap: on
line source

FROM docker-dev.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