diff --git a/Containerfile b/Containerfile index baa5930..5756a2a 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,7 @@ FROM docker.io/rust:1.90 AS build COPY . /app WORKDIR /app +RUN git checkout main RUN cargo build --release # FROM docker.io/alpine:3.22.1 AS production