fix: dockerfile

This commit is contained in:
ckt1031 2023-09-14 11:53:57 +08:00
parent 41f5e1351a
commit 7a3be17b4d

View File

@ -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 .