# build from lib/ FROM rust:1.60 as chef RUN rustup target add x86_64-unknown-linux-musl RUN cargo install cargo-chef COPY u_lib /lib/u_lib COPY u_api_proc_macro /lib/u_api_proc_macro COPY certs /certs WORKDIR /app