Mercurial > public > ssdt-docker
view trainingdb-usps/Dockerfile @ 119:0ede2dda7d99
DEP-12: move depends_on to template due to docker restrictions on extend
author | smith@nwoca.org |
---|---|
date | Thu, 04 May 2017 19:22:28 +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