Build ui for prod
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user