added debug

This commit is contained in:
2025-08-29 11:49:17 +02:00
parent 523cbb9e2f
commit 75b5f3f12f

View File

@@ -11,7 +11,6 @@ RUN apt-get update && \
WORKDIR /app WORKDIR /app
COPY ./WatcherAgent/ . COPY ./WatcherAgent/ .
COPY ./WatcherAgent/.env /app/.env
# Build for Linux # Build for Linux
RUN cargo build --release --target x86_64-unknown-linux-gnu RUN cargo build --release --target x86_64-unknown-linux-gnu