diff --git a/src/Dockerfile b/src/Dockerfile index 7cf8099..66b32a9 100644 --- a/src/Dockerfile +++ b/src/Dockerfile @@ -7,7 +7,7 @@ ENV NODE_ENV="production" RUN dnf upgrade --assumeyes RUN dnf install --assumeyes unzip git -RUN curl -fsSL https://bun.sh/install | bash +RUN curl -fsSL https://bun.com/install | bash ENV PATH="/root/.bun/bin:${PATH}" RUN mkdir /src