This commit is contained in:
2025-09-17 09:58:35 +03:00
parent d9a4f215f7
commit ac84d11215

View File

@@ -26,4 +26,4 @@ EXPOSE 5555
HEALTHCHECK --interval=30s --timeout=5s --retries=3 CMD curl -fsS http://localhost:5555/ || exit 1 HEALTHCHECK --interval=30s --timeout=5s --retries=3 CMD curl -fsS http://localhost:5555/ || exit 1
CMD ["python", "client/main.py"] CMD ["python", "-u", "client/main.py"]