view trainingdb-usas/Dockerfile @ 535:bd42d00aa1f1

Update protections on update-ess-app.sh to allow execution
author Matt Calmes <calmes@ssdt-ohio.org>
date Mon, 06 May 2024 10:20:41 -0400
parents 9129e39b00fa
children 9afc8cb478f6
line wrap: on
line source

FROM docker-dev.ssdt.io/trainingdb

ADD http://files.ssdt.io/usas-training.backup.gz $BACKUP_FILE

RUN chmod a+r $BACKUP_FILE

ENV DB_NAME=usasdb \
    DB_USER=usas \
    DB_PASS=usasdefault