Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr authored Feb 7, 2024
1 parent 578f8ce commit c30d5a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bun/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FROM ghcr.io/fluentci-io/devbox:latest
RUN devbox version
RUN devbox global add yarn [email protected] bun@1.0.0
RUN devbox global add yarn [email protected] bun
RUN eval "$(devbox global shellenv --recompute)" && bun --version
RUN eval "$(devbox global shellenv --recompute)" && node --version
CMD eval "$(devbox global shellenv --recompute)" && bun

0 comments on commit c30d5a9

Please sign in to comment.