fix-docker #1

Merged
chiko merged 12 commits from fix-docker into main 2025-10-21 00:52:32 +00:00
Showing only changes of commit 92a2c6956a - Show all commits

View File

@@ -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