diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 321e49e..0db4b93 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -2,8 +2,8 @@ # Source docker-entrypoint.sh from Nginx image after setting environment # variables with default values if not set -API_HTTP="${API_HTTP:-http://localhost:8000}" -PUBLIC_PATH="${PUBLIC_PATH:-/}" +export API_HTTP="${API_HTTP:-http://localhost:8000}" +export PUBLIC_PATH="${PUBLIC_PATH:-/}" echo + "API_HTTP=${API_HTTP}" echo + "PUBLIC_PATH=${PUBLIC_PATH}"