weacast/weacast-loader

View on GitHub
dockerfile.gfs-world

Summary

Maintainability
Test Coverage
ARG TAG=latest
FROM  weacast/weacast-gfs:${TAG}

LABEL maintainer="Kalisio <contact@kalisio.xyz>"

ENV CRON="0 20 * * * *"

COPY --chown=node:node jobfile-gfs-world.js .

CMD krawler --cron "$CRON" jobfile-gfs-world.js