mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-09-21 19:16:36 +08:00
feat: add support for berry build in Dockerfile
This commit is contained in:
parent
bdb695895f
commit
2cdc27475f
@ -12,6 +12,10 @@ WORKDIR /web/air
|
||||
RUN npm install
|
||||
RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat VERSION) npm run build
|
||||
|
||||
WORKDIR /web/berry
|
||||
RUN npm install
|
||||
RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat VERSION) npm run build
|
||||
|
||||
FROM golang:1.23.3-bullseye AS builder2
|
||||
|
||||
RUN apt-get update
|
||||
|
Loading…
Reference in New Issue
Block a user