Files
cron/Dockerfile

5 lines
67 B
Docker

FROM cron
MAINTAINER gyurix
COPY . /
ENTRYPOINT ["/entrypoint.sh"]