From 891f8635d4602e79e03bdcd380b2195efab17d92 Mon Sep 17 00:00:00 2001 From: donpat1to Date: Sun, 3 Aug 2025 21:56:41 +0200 Subject: [PATCH] removed invalid syntax --- Dockerfile.linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.linux b/Dockerfile.linux index a5d2ef7..433d77d 100644 --- a/Dockerfile.linux +++ b/Dockerfile.linux @@ -29,7 +29,7 @@ run apt-get update && \ # Make binary name configurable ARG BINARY_NAME -ENV BINARY_NAME=${BINARY_NAME:-WatcherAgent} # Default falls nicht gesetzt +ENV BINARY_NAME=${BINARY_NAME:-WatcherAgent} copy --from=linux-builder /app/target/x86_64-unknown-linux-gnu/release/$BINARY_NAME /usr/local/bin/ # Verify binary works