7a3e24a150
Some checks failed
s464980-training/pipeline/head There was a failure building this commit
5 lines
249 B
Docker
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 |