From 6ccf78cd5cb3e7a2459ec6b265e8244890b8bfe2 Mon Sep 17 00:00:00 2001 From: George Date: Thu, 20 Apr 2023 19:14:38 +0300 Subject: [PATCH] RED-6558, fix build, disable sonar. --- docker/red-ui/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/red-ui/Dockerfile b/docker/red-ui/Dockerfile index 549e7c114..10df88896 100644 --- a/docker/red-ui/Dockerfile +++ b/docker/red-ui/Dockerfile @@ -35,7 +35,9 @@ 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 auth issue then uncomment +# RUN node sonar.js RUN yarn run build-lint-all RUN yarn run build-paligo-styles