From 54df5fe643f639f239bbe162819930b9dfebfd35 Mon Sep 17 00:00:00 2001 From: ewelinagr Date: Thu, 9 May 2019 13:57:27 +0200 Subject: [PATCH] Update entrypoint.sh - rename APP_CONFIG_DIR to APP_CONFIG_FILE as done in the Dockerfile - change auth-server-url to be consistent among other repositories --- docker/entrypoint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index d2109c5..aa69b38 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -1,14 +1,14 @@ #!/bin/sh set -e -cat > "${APP_CONFIG_DIR}" < "${APP_CONFIG_FILE}" <