mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
chore: update Dockerfile to use npm install with legacy peer dependencies and bump container image version to v0.6.36
This commit is contained in:
parent
9275d28bf7
commit
4652e4a70c
4 changed files with 650 additions and 386 deletions
|
|
@ -35,7 +35,7 @@ WORKDIR /app
|
|||
RUN apk add --no-cache git
|
||||
|
||||
COPY package.json package-lock.json ./
|
||||
RUN npm ci --force
|
||||
RUN npm install --legacy-peer-deps
|
||||
|
||||
COPY . .
|
||||
ENV APP_BUILD_HASH=${BUILD_HASH}
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ variable "task_family_name" {
|
|||
variable "container_image" {
|
||||
description = "Container image URI"
|
||||
type = string
|
||||
default = "908027381725.dkr.ecr.us-east-1.amazonaws.com/github/open-webui/open-webui:v0.6.30-custom"
|
||||
default = "908027381725.dkr.ecr.us-east-1.amazonaws.com/github/open-webui/open-webui:v0.6.36-custom"
|
||||
}
|
||||
|
||||
variable "desired_count" {
|
||||
|
|
|
|||
1031
package-lock.json
generated
1031
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -141,6 +141,7 @@
|
|||
"vega-lite": "^6.4.1",
|
||||
"vite-plugin-static-copy": "^2.2.0",
|
||||
"y-prosemirror": "^1.3.7",
|
||||
"y-protocols": "^1.0.6",
|
||||
"yaml": "^2.7.1",
|
||||
"yjs": "^13.6.27"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue