diff --git a/docker/red-ui/docker-entrypoint.sh b/docker/red-ui/docker-entrypoint.sh index 332b8e1ad..ba0c28aeb 100755 --- a/docker/red-ui/docker-entrypoint.sh +++ b/docker/red-ui/docker-entrypoint.sh @@ -9,6 +9,6 @@ echo '{ "API_CLIENT":"'"$API_CLIENT"', "KEYCLOAK_URL":"'"$KEYCLOAK_URL"', "KEYCLOAK_REALM":"'"$KEYCLOAK_REALM"', - "API_URL":"'"$API_URL"'}' > /usr/share/nginx/html/config.json + "API_URL":"'"$API_URL"'}' > /usr/share/nginx/html/assets/config/config.json nginx -g 'daemon off;'