From e2e89efb4793e91bb7c492e45770081c0f65203b Mon Sep 17 00:00:00 2001 From: Hamish Farroq Date: Sun, 14 Oct 2018 04:58:33 +0000 Subject: [PATCH] Fix the path to the SECRET_KEY --- docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 2932bddac6..2c76ba45d5 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -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