From f5f5386339062f6186548afa8da90ff756c65b97 Mon Sep 17 00:00:00 2001 From: Timo Bejan Date: Tue, 27 Jun 2023 01:23:13 +0300 Subject: [PATCH] RED-6686 version fix --- docker/red-ui/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/red-ui/Dockerfile b/docker/red-ui/Dockerfile index 5d3ab0ccb..c4f337fee 100644 --- a/docker/red-ui/Dockerfile +++ b/docker/red-ui/Dockerfile @@ -33,7 +33,6 @@ COPY .eslintrc.json .eslintrc.json COPY tsconfig.json tsconfig.json COPY paligo-styles paligo-styles COPY sonar.js sonar.js -COPY version.json version.json ## Build the angular app in production mode and store the artifacts in dist folder # Fix auth issue then uncomment