Commit 66a3638d authored by nimrod's avatar nimrod
Browse files

Supercronic bug workaround.

parent cc414472
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -24,5 +24,6 @@ COPY --chown=root:root kodi_scan /usr/local/bin/
COPY --chown=root:root entrypoint /usr/local/sbin/docker-entrypoint
VOLUME /poquita/db /poquita/Podcasts
ENTRYPOINT ["docker-entrypoint"]
CMD [ "supercronic", "crontab" ]
# Until https://github.com/aptible/supercronic/pull/178 is resolved.
CMD [ "/usr/local/bin/supercronic", "crontab" ]
HEALTHCHECK CMD pgrep supercronic