fix: dockerfile
This commit is contained in:
parent
41f5e1351a
commit
7a3be17b4d
@ -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 .
|
||||||
|
Loading…
Reference in New Issue
Block a user