diff --git a/Dockerfile b/Dockerfile index 94eb8c2..9bb2b39 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apk add --no-cache musl-dev openssl-dev openssl-libs-static protobuf-dev lld WORKDIR /app -COPY Cargo.toml Cargo.lock ./ +COPY Cargo.toml ./ RUN mkdir src && echo "fn main() {}" > src/main.rs && cargo fetch COPY . .