view trainingdb-usps/Dockerfile @ 92:120fc16ea511 production

USASR-2388: update tomcat. customize logging. disable autodepoy.
author smith@nwoca.org
date Thu, 13 Oct 2016 00:39:56 +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