diff --git a/Dockerfile b/Dockerfile index b40df56..c17595f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,6 @@ COPY hostbuilder/Cargo.toml hostbuilder/ RUN cargo fetch # Copy only necessary files -COPY src ./src COPY hostbuilder ./hostbuilder COPY program ./program