Build ui for prod

This commit is contained in:
2025-04-14 22:55:32 -04:00
parent c4ac1ff14d
commit 9ad87fbac5
15 changed files with 367 additions and 18456 deletions

View File

@@ -4,9 +4,9 @@
FROM rust:bookworm AS builder
WORKDIR /builder
COPY migrations ./migrations
COPY src ./src
COPY Cargo.toml ./
COPY api/migrations ./migrations
COPY api/src ./src
COPY api/Cargo.toml ./
RUN apt-get update && apt-get install -y cmake
RUN cargo build --release