view trainingdb-usps/Dockerfile @ 341:9735d4fef9c5 production v2.7.0

flow: Merged <release> '2.7.0' to <master> ('production').
author aldrich@ssdt-ohio.org
date Mon, 04 May 2020 19:13:14 +0100
parents 9129e39b00fa
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