forked from open-webui/open-webui
fix: 🐋 docker build
This commit is contained in:
parent
ea7ea52ba3
commit
eb7138ab9f
3 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ WORKDIR /app
|
|||
COPY package.json package-lock.json ./
|
||||
|
||||
COPY . .
|
||||
RUN bun install --frozen-lockfile
|
||||
RUN bun install
|
||||
RUN bun run build
|
||||
|
||||
FROM python:3.11-slim-buster as base
|
||||
|
|
BIN
bun.lockb
BIN
bun.lockb
Binary file not shown.
|
@ -18,7 +18,7 @@
|
|||
"devDependencies": {
|
||||
"@sveltejs/adapter-auto": "^2.0.0",
|
||||
"@sveltejs/adapter-static": "^2.0.3",
|
||||
"@sveltejs/kit": "^1.20.4",
|
||||
"@sveltejs/kit": "^1.30.0",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"@types/bun": "latest",
|
||||
"@typescript-eslint/eslint-plugin": "^6.17.0",
|
||||
|
|
Loading…
Reference in a new issue