changed path permissions
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user