removed invalid syntax

This commit is contained in:
2025-08-03 21:56:41 +02:00
parent b7fbd93e84
commit 891f8635d4

View File

@@ -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