From 4384703e147cb4afaa1a016bd17c69bc317c0c66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henry=20T=C3=A4schner?= <129834483+HenryT-CG@users.noreply.github.com> Date: Wed, 31 Jan 2024 14:10:42 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4451ae..16d801c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,5 +12,5 @@ COPY dist/onecx-theme-ui/ $DIR_HTML ENV BFF_URL http://onecx-theme-bff:8080/ ENV APP_BASE_HREF / -RUN chmod 775 -R $DIR_HTML/assets +RUN chmod 775 -R "$DIR_HTML"/assets USER 1001