removed invalid syntax
This commit is contained in:
@@ -29,7 +29,7 @@ run apt-get update && \
|
|||||||
|
|
||||||
# Make binary name configurable
|
# Make binary name configurable
|
||||||
ARG BINARY_NAME
|
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/
|
copy --from=linux-builder /app/target/x86_64-unknown-linux-gnu/release/$BINARY_NAME /usr/local/bin/
|
||||||
|
|
||||||
# Verify binary works
|
# Verify binary works
|
||||||
|
Reference in New Issue
Block a user