mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-14 20:23:46 +08:00
Merge remote-tracking branch 'origin/upstream/main'
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
FROM node:18 as builder
|
||||
|
||||
WORKDIR /build
|
||||
COPY web/package.json .
|
||||
RUN npm install
|
||||
COPY ./web .
|
||||
COPY ./VERSION .
|
||||
RUN DISABLE_ESLINT_PLUGIN='true' REACT_APP_VERSION=$(cat VERSION) npm run build
|
||||
RUN chmod u+x ./build.sh && ./build.sh
|
||||
|
||||
FROM golang:1.21.5-bullseye AS builder2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user