Skip to content
Discussion options

You must be logged in to vote

The bun bin default /use/local/bin, must change it

FROM oven/bun:1.3-debian

RUN useradd -u 1200 -m -d /data -s /bin/bash rootless
USER rootless
WORKDIR /data

ENV BUN_INSTALL_BIN="/data/.bun/bin"
ENV PATH="$BUN_INSTALL_BIN:$PATH"

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by seepine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant