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:
loitragg 2025-11-17 18:04:56 +07:00
parent 9275d28bf7
commit 4652e4a70c
No known key found for this signature in database
GPG key ID: 96292BAF3E28CFF5
4 changed files with 650 additions and 386 deletions

View file

@ -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}

View file

@ -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

File diff suppressed because it is too large Load diff

View file

@ -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"
},