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"] + + + +