Updated for new bun site

This commit is contained in:
2025-07-28 23:29:38 +01:00
parent fc421f4442
commit fc5fb8d9b9

View File

@@ -7,7 +7,7 @@ ENV NODE_ENV="production"
RUN dnf upgrade --assumeyes RUN dnf upgrade --assumeyes
RUN dnf install --assumeyes unzip git 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}" ENV PATH="/root/.bun/bin:${PATH}"
RUN mkdir /src RUN mkdir /src