From 38a9ea3822ebe7c07a8c55f1ec410ed6bef35216 Mon Sep 17 00:00:00 2001 From: iverly Date: Tue, 16 Jan 2024 17:41:41 +0100 Subject: [PATCH] fix(docker): remove cargo lock file Signed-off-by: iverly --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3d1a7f2..b197ddb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,6 @@ RUN --mount=type=bind,source=app,target=app \ --mount=type=bind,source=shared,target=shared \ --mount=type=bind,source=storage,target=storage \ --mount=type=bind,source=Cargo.toml,target=Cargo.toml \ - --mount=type=bind,source=Cargo.lock,target=Cargo.lock \ --mount=type=cache,target=/app/target/,id=rust-cache-${APP_NAME}-${TARGETPLATFORM} \ --mount=type=cache,target=/usr/local/cargo/git/db \ --mount=type=cache,target=/usr/local/cargo/registry/ \