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

This commit is contained in:
ІО-23 Шмуляр Олег 2026-03-03 18:54:42 +02:00
parent 340706c7e5
commit d215e527ed

View File

@ -10,3 +10,7 @@ RUN pip install -r requirements.txt
COPY src/ . COPY src/ .
# command to run on container start # command to run on container start
CMD ["python", "main.py"] CMD ["python", "main.py"]