deploy: install frontend build toolchain

This commit is contained in:
-Puter
2026-07-29 06:58:04 +05:30
parent a7e70c9b2a
commit 062c00f53c

View File

@@ -2,6 +2,13 @@ FROM oven/bun:1.3.14 AS build
WORKDIR /app
RUN apt-get update && apt-get install -y --no-install-recommends \
ca-certificates \
g++ \
make \
python3 \
&& rm -rf /var/lib/apt/lists/*
COPY . .
ARG VITE_AUTH_URL
ARG VITE_CONVEX_URL