From c706e508d3a363d6484f5a3799ecd814d47231ed Mon Sep 17 00:00:00 2001 From: Matt Ehrnschwender Date: Sat, 31 Aug 2024 22:04:18 -0400 Subject: [PATCH] refactor: update Dockerfile with new agent code --- Payload_Type/thanatos/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Payload_Type/thanatos/Dockerfile b/Payload_Type/thanatos/Dockerfile index 26a8926..2d4a1db 100644 --- a/Payload_Type/thanatos/Dockerfile +++ b/Payload_Type/thanatos/Dockerfile @@ -30,8 +30,7 @@ RUN useradd \ WORKDIR /thanatos # Copy files -COPY agent/Cargo.toml agent/Cargo.toml -COPY agent/src agent/src +COPY agent agent COPY mythic mythic RUN chown -R thanatos:thanatos /thanatos