From bc2c700ca5afe9110069f71dcd111171c81fb506 Mon Sep 17 00:00:00 2001 From: Dan Percic Date: Tue, 18 Jun 2024 16:17:05 +0300 Subject: [PATCH] fix docker file --- docker/red-ui/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/red-ui/Dockerfile b/docker/red-ui/Dockerfile index 477fffd5b..bf4ecdb01 100644 --- a/docker/red-ui/Dockerfile +++ b/docker/red-ui/Dockerfile @@ -34,7 +34,7 @@ COPY docker/common/nginx/custom.conf /etc/nginx/templates/custom.conf.template RUN rm -rf /usr/share/nginx/html/* ## From ‘builder’ stage copy over the artifacts in dist folder to default nginx public folder -COPY --from=builder /ng-app/dist/apps/red-ui /usr/share/nginx/html/ui +COPY --from=builder /ng-app/dist/apps/red-ui/browser /usr/share/nginx/html/ui COPY version.json /usr/share/nginx/html/ui/assets/version/version.json #RUN mkdir /tmp/nginx