deploy: prefer Node for native install scripts
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user