feat/match_collector: set sleep time to 12h
All checks were successful
pipeline / lint-and-format (push) Successful in 10m57s
pipeline / build-and-push-images (push) Successful in 49s

This commit is contained in:
2026-05-01 00:39:24 +02:00
parent d231ae7c38
commit ee32060a7f

View File

@@ -30,4 +30,4 @@ COPY --chown=node:node match_collector/docker-entrypoint.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
# Run entrypoint as root to fix permissions, then drop to node user
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
CMD ["/bin/sh", "-c", "node --import=tsx src/index.ts; sleep 20h"]
CMD ["/bin/sh", "-c", "node --import=tsx src/index.ts; sleep 12h"]