From 1b6b7ea8bc863a326cd9e3ad007cfb676251820d Mon Sep 17 00:00:00 2001 From: BloxerHD018 Date: Thu, 12 Feb 2026 12:04:48 +0000 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 . .