add lines
Test Agent / test-agent-run (push) Successful in 5m25s

This commit was merged in pull request #4.
This commit is contained in:
2026-03-03 18:54:42 +02:00
parent 340706c7e5
commit d215e527ed
+5 -1
View File
@@ -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"]
CMD ["python", "main.py"]