forgot the ENV for bun
This commit is contained in:
@@ -5,7 +5,7 @@ RUN apt-get update && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
# install BunJs
|
||||
RUN curl -fsSL https://bun.com/install | bash
|
||||
|
||||
ENV PATH="/root/.bun/bin:$PATH"
|
||||
# install dependencies into temp directory
|
||||
# this will cache them and speed up future builds
|
||||
FROM base AS install
|
||||
|
||||
Reference in New Issue
Block a user