stabilize daemon sync and docker startup

This commit is contained in:
qananasikq
2026-04-08 14:30:44 +03:00
parent d1844ba625
commit b2d3902bcc
4 changed files with 79 additions and 42 deletions

View File

@@ -11,5 +11,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
RUN chmod +x entrypoint.sh
STOPSIGNAL SIGINT
ENTRYPOINT ["./entrypoint.sh"]
CMD ["python", "main.py", "--help"]
CMD ["python", "main.py", "run-daemon"]