Skip to content

Commit

Permalink
fix build 2
Browse files Browse the repository at this point in the history
  • Loading branch information
wei840222 committed Jul 8, 2024
1 parent e4e94ae commit ffc221d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM oven/bun:1.1.3-debian as ui-builder
FROM node:22.4.0-bookworm as ui-builder

WORKDIR /src

ADD ./ui/package.json ./ui/package-lock.json ./

RUN npm i
RUN npm i --frozen-lockfile

ADD ./ui ./

Expand Down

0 comments on commit ffc221d

Please sign in to comment.