From af5268bd93bfdc7bb21bfe2870073349f5fa7e96 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 3 Oct 2023 11:00:52 +0200 Subject: [PATCH] fix: theming not building --- container/theme/build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/container/theme/build.sh b/container/theme/build.sh index 72e6994..5a3b5a1 100644 --- a/container/theme/build.sh +++ b/container/theme/build.sh @@ -16,7 +16,8 @@ apt install nodejs -y # Build npm ci --omit dev -su www-data -s npm run prod +npm config set cache /tmp --global +su www-data -s /usr/bin/npm run prod # Cleanup npm cache clean --force