mirror of
https://github.com/songquanpeng/one-api.git
synced 2025-11-17 21:53:42 +08:00
fix: dockerfile
This commit is contained in:
@@ -7,7 +7,7 @@ RUN chmod +x ./translate-en.sh && ./translate-en.sh
|
|||||||
FROM oven/bun:latest as builder
|
FROM oven/bun:latest as builder
|
||||||
|
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
COPY ./web/package*.json ./web/bun.lockb ./web/.npmrc ./
|
COPY ./web/package*.json ./web/bun.lockb ./
|
||||||
RUN bun i
|
RUN bun i
|
||||||
COPY --from=translator ./app/web .
|
COPY --from=translator ./app/web .
|
||||||
COPY ./VERSION .
|
COPY ./VERSION .
|
||||||
|
|||||||
Reference in New Issue
Block a user