changed path permissions

This commit is contained in:
2025-08-03 21:20:26 +02:00
parent 7f0a408733
commit eb095a464b

View File

@@ -15,6 +15,9 @@ copy ./WatcherAgent/ .
# Build for Linux
run cargo build --release --target x86_64-unknown-linux-gnu
# Setze Berechtigungen für das Binary
RUN chmod +x /app/target/x86_64-unknown-linux-gnu/release/$BINARY_NAME
# Final Linux image
from debian:bullseye-slim