From d215e527edd400e021e83c5f704ac7080bb5f7f3 Mon Sep 17 00:00:00 2001 From: hasslesstech Date: Tue, 3 Mar 2026 18:54:42 +0200 Subject: [PATCH] add lines --- agent/Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/agent/Dockerfile b/agent/Dockerfile index 77f8852..c2bf89c 100644 --- a/agent/Dockerfile +++ b/agent/Dockerfile @@ -9,4 +9,8 @@ RUN pip install -r requirements.txt # copy the content of the local src directory to the working directory COPY src/ . # command to run on container start -CMD ["python", "main.py"] \ No newline at end of file +CMD ["python", "main.py"] + + + + -- 2.47.2