Mercurial > public > ssdt-docker
view trainingdb-usps/Dockerfile @ 235:b390c30aa6c6
DEP-14: update prod tags
author | smith@nwoca.org |
---|---|
date | Wed, 10 Jan 2018 01:22:38 +0000 |
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