Merge branch 'main' into dev

# Conflicts:
#	backend/open_webui/main.py
This commit is contained in:
Willnow, Patrick
2024-10-16 20:16:05 +02:00
5 changed files with 396 additions and 278 deletions

View File

@@ -31,6 +31,7 @@ RUN npm ci
COPY . .
ENV APP_BUILD_HASH=${BUILD_HASH}
ENV NODE_OPTIONS="--max_old_space_size=8192"
RUN npm run build
######## WebUI backend ########