view trainingdb-usps/Dockerfile @ 52:9832111e8d7c

typo
author Dave smith <smith@nwoca.org>
date Mon, 22 Feb 2016 17:35:52 -0500
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