From f3bee412f7fb7b5c003b36c7a2c5da748d6c95c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henry=20T=C3=A4schner?= <129834483+HenryT-CG@users.noreply.github.com> Date: Wed, 17 Jan 2024 16:24:02 +0100 Subject: [PATCH] simplify app base path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d280623..d1d8506 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ COPY dist/onecx-theme-ui/ $DIR_HTML # Application environments default values ENV BFF_URL http://onecx-theme-bff:8080/ -ENV APP_BASE_HREF /theme-mgmt/ +ENV APP_BASE_HREF /theme/ RUN chmod 775 -R $DIR_HTML/assets USER 1001