fix: dockerfile

This commit is contained in:
Valknar XXX
2025-10-26 07:47:22 +01:00
parent 9154548cf0
commit 6d8996fef1

View File

@@ -22,6 +22,8 @@ COPY packages/frontend/.env ./packages/frontend/.env.production
# Builder stage - compile application with Rust/WASM support
# ============================================================================
FROM base AS builder
ARG CI=false
ENV CI=$CI
# Install build dependencies for Rust and native modules
RUN apt-get update && apt-get install -y \