mirror of
https://github.com/open-webui/open-webui
synced 2025-04-16 21:42:50 +00:00
Dockerfile update for GCP
This commit is contained in:
parent
6399433af1
commit
7678489c08
@ -21,7 +21,7 @@ ARG UID=0
|
||||
ARG GID=0
|
||||
|
||||
######## WebUI frontend ########
|
||||
FROM --platform=$BUILDPLATFORM node:22-alpine3.20 AS build
|
||||
FROM --platform=${BUILDPLATFORM:-linux/amd64} node:22-alpine3.20 AS build
|
||||
ARG BUILD_HASH
|
||||
|
||||
WORKDIR /app
|
||||
|
Loading…
Reference in New Issue
Block a user