Skip to content
Snippets Groups Projects
Commit ece46972 authored by nimrod's avatar nimrod
Browse files

Fix typo for Supercronic.

parent b3544f99
No related branches found
No related tags found
No related merge requests found
# hadolint ignore=DL3006
FROM registry.shore.co.il/cron as supersonic
FROM registry.shore.co.il/cron as supercronic
FROM docker.io/library/python:3.10-alpine3.16
COPY --from=supersonic /usr/local/bin/supersonic /usr/local/bin/
COPY --from=supercronic /usr/local/bin/supercronic /usr/local/bin/
# hadolint ignore=DL3018
RUN apk add --update --no-cache --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/ \
gosu \
......@@ -24,5 +24,5 @@ COPY --chown=root:root kodi_scan /usr/local/bin/
COPY --chown=root:root entrypoint /usr/local/sbin/docker-entrypoint
VOLUME db Podcasts
ENTRYPOINT ["docker-entrypoint"]
CMD [ "supersonic", "crontab" ]
HEALTHCHECK CMD pgrep supersonic
CMD [ "supercronic", "crontab" ]
HEALTHCHECK CMD pgrep supercronic
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment