IUM_s464980/sacredboard/Dockerfile
Sheaza 7a3e24a150
Some checks failed
s464980-training/pipeline/head There was a failure building this commit
sacred
2024-06-09 17:55:06 +02:00

5 lines
249 B
Docker

FROM python:3.6-jessie
RUN pip install https://github.com/chovanecm/sacredboard/archive/develop.zip
ENTRYPOINT sacredboard -mu mongodb://$MONGO_INITDB_ROOT_USERNAME:$MONGO_INITDB_ROOT_PASSWORD@mongo:27017/?authMechanism=SCRAM-SHA-1 $MONGO_DATABASE