mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
better handling of frontend updates, following svelte docs
This commit is contained in:
@@ -26,6 +26,9 @@ ARG BUILD_HASH
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
# to store git revision in build
|
||||
RUN apk add --no-cache git
|
||||
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm ci
|
||||
|
||||
|
||||
Reference in New Issue
Block a user