mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-23 16:36:48 +08:00
Merge branch 'main' into customer-function
This commit is contained in:
@@ -12,6 +12,10 @@ WORKDIR /web/berry
|
||||
RUN npm install
|
||||
RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat VERSION) npm run build
|
||||
|
||||
WORKDIR /web/air
|
||||
RUN npm install
|
||||
RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat VERSION) npm run build
|
||||
|
||||
FROM golang AS builder2
|
||||
|
||||
ENV GO111MODULE=on \
|
||||
|
||||
Reference in New Issue
Block a user