deploy: prefer Node for native install scripts

This commit is contained in:
-Puter
2026-07-29 07:03:32 +05:30
parent 9fb293a539
commit 0e56a462cd
2 changed files with 4 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python3 \ python3 \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENV PATH=/usr/bin:$PATH
COPY . . COPY . .
ARG VITE_AUTH_URL ARG VITE_AUTH_URL
ARG VITE_CONVEX_URL ARG VITE_CONVEX_URL

View File

@@ -10,6 +10,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
python3 \ python3 \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
ENV PATH=/usr/bin:$PATH
COPY . . COPY . .
RUN bun install --frozen-lockfile RUN bun install --frozen-lockfile
RUN bun run --filter @code/agents build RUN bun run --filter @code/agents build