Fix the path to the SECRET_KEY

This commit is contained in:
Hamish Farroq
2018-10-14 04:58:33 +00:00
parent 680e6721f1
commit e2e89efb47

View File

@@ -2,7 +2,7 @@
set -e
echo "mayan: starting entrypoint.sh"
INSTALL_FLAG=/var/lib/mayan/media/system/SECRET_KEY
INSTALL_FLAG=/var/lib/mayan/system/SECRET_KEY
CONCURRENCY_ARGUMENT=--concurrency=
export DOCKER_ROOT=/opt/mayan-edms