From ac47c349c525894f831a64b2e482e7587ed87edf Mon Sep 17 00:00:00 2001 From: George Date: Tue, 25 Apr 2023 14:15:12 +0300 Subject: [PATCH] RED-6535, disable sonar to fix build --- docker/red-ui/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/red-ui/Dockerfile b/docker/red-ui/Dockerfile index 549e7c114..4eece6f0f 100644 --- a/docker/red-ui/Dockerfile +++ b/docker/red-ui/Dockerfile @@ -35,7 +35,8 @@ COPY paligo-styles paligo-styles COPY sonar.js sonar.js ## Build the angular app in production mode and store the artifacts in dist folder -RUN node sonar.js +## Fix Sonar Auth problem the uncomment +## RUN node sonar.js RUN yarn run build-lint-all RUN yarn run build-paligo-styles