mirror of
https://github.com/open-webui/open-webui
synced 2025-06-10 00:17:52 +00:00
Merge 4a5297b1cf
into 343dac91c9
This commit is contained in:
commit
25ee4a0283
@ -32,7 +32,13 @@ RUN apk add --no-cache git
|
|||||||
COPY package.json package-lock.json ./
|
COPY package.json package-lock.json ./
|
||||||
RUN npm ci
|
RUN npm ci
|
||||||
|
|
||||||
COPY . .
|
# Copy only required files for build
|
||||||
|
COPY scripts ./scripts
|
||||||
|
COPY static ./static
|
||||||
|
COPY vite.config.ts postcss.config.js tailwind.config.js tsconfig.json svelte.config.js ./
|
||||||
|
COPY CHANGELOG.md ./
|
||||||
|
COPY src ./src
|
||||||
|
|
||||||
ENV APP_BUILD_HASH=${BUILD_HASH}
|
ENV APP_BUILD_HASH=${BUILD_HASH}
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user