Skip to content

Commit

Permalink
fix: disable swc and enable babel to fix container image release
Browse files Browse the repository at this point in the history
Signed-off-by: pehlicd <[email protected]>
  • Loading branch information
pehlicd committed Oct 15, 2024
1 parent b780537 commit 5da899d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY ui /app/ui

RUN npm install -g npm@latest && \
npm install -D @swc/cli @swc/core && \
npm install --force
npm install --force --legacy-peer-deps
RUN npm run build

FROM golang:1.23 as backend-builder
Expand Down

0 comments on commit 5da899d

Please sign in to comment.