Loading Dockerfile +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
Dockerfile +2 −1 Original line number Diff line number Diff line Loading @@ -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