Skip to content

Commit

Permalink
fix(ui): build error in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Jul 2, 2024
1 parent b84ada3 commit a0faacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ COPY bun.lockb .
COPY tsconfig.json .
COPY tsconfig.node.json .

RUN bun install --frozen-lockfile --production
RUN bun install --frozen-lockfile
RUN bun run build

FROM golang:1.22-alpine AS go-builder
Expand Down

0 comments on commit a0faacf

Please sign in to comment.