changed project path

This commit is contained in:
2025-08-03 21:07:10 +02:00
parent b41e6a77b6
commit 7f0a408733

View File

@@ -10,7 +10,7 @@ run apt-get update && \
&& rm -rf /var/lib/apt/lists/*
workdir /app
copy . .
copy ./WatcherAgent/ .
# Build for Linux
run cargo build --release --target x86_64-unknown-linux-gnu