diff --git a/fplus-http-server/Dockerfile b/fplus-http-server/Dockerfile index 5f8b3717..8c45f112 100644 --- a/fplus-http-server/Dockerfile +++ b/fplus-http-server/Dockerfile @@ -1,5 +1,5 @@ FROM rust:1.71 AS builder -COPY Cargo.toml Cargo.lock ./ +COPY Cargo.toml ./ COPY ./src ./src RUN cargo build --release