diff --git a/match_collector/Dockerfile b/match_collector/Dockerfile index 05594ac..0615740 100644 --- a/match_collector/Dockerfile +++ b/match_collector/Dockerfile @@ -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"]