Mercurial > public > ssdt-docker
comparison trainingdb-usps/Dockerfile @ 199:ab47ca9899ea
DEP-12: update training db scripts
author | smith@nwoca.org |
---|---|
date | Mon, 25 Sep 2017 21:50:52 +0100 |
parents | a5175713518c |
children | 9afc8cb478f6 |
comparison
equal
deleted
inserted
replaced
197:19582dd3c364 | 199:ab47ca9899ea |
---|---|
1 | 1 |
2 FROM docker.ssdt.io/trainingdb | 2 FROM docker-dev.ssdt.io/trainingdb |
3 | 3 |
4 ADD http://files.ssdt.io/usps-training.backup.gz $BACKUP_FILE | 4 ADD http://files.ssdt.io/usps-training.backup.gz $BACKUP_FILE |
5 | 5 |
6 RUN chmod a+r $BACKUP_FILE | 6 RUN chmod a+r $BACKUP_FILE |
7 | 7 |