Compare commits
1 Commits
master
...
7922d42e73
| Author | SHA1 | Date | |
|---|---|---|---|
| 7922d42e73 |
@ -1,5 +1,5 @@
|
||||
---------- Stage 1: Frontend ----------
|
||||
FROM node:22-bullseye-slim AS frontend
|
||||
# ---------- Stage 1: Frontend ----------
|
||||
FROM node:20-bullseye-slim AS frontend
|
||||
|
||||
WORKDIR /app
|
||||
# Pull source with all submodules
|
||||
|
||||
@ -1,4 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker compose build --no-cache open-webui
|
||||
docker compose up -d --remove-orphans open-webui
|
||||
Reference in New Issue
Block a user