diff --git a/Containerfile b/Containerfile index 270a7ef..4e0c78c 100644 --- a/Containerfile +++ b/Containerfile @@ -1,6 +1,7 @@ FROM rust:latest AS builder WORKDIR /app +COPY . . RUN cargo install --path . FROM debian:bullseye-slim