Skip to content

Commit

Permalink
ci: fix bun install
Browse files Browse the repository at this point in the history
Signed-off-by: ZTL-UwU <[email protected]>
  • Loading branch information
ZTL-UwU committed Dec 14, 2024
1 parent a01d1ff commit 3c726cd
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 @@ -14,7 +14,7 @@ WORKDIR /app
ENV NODE_ENV="production"
# ENV NITRO_PRESET="bun"

RUN curl -fsSL https://bun.sh/install | bash
RUN npm install -g bun@latest

# Throw-away build stage to reduce size of final image
FROM base as build
Expand Down

0 comments on commit 3c726cd

Please sign in to comment.