diff --git a/Dockerfile b/Dockerfile index a43a41d..38a1694 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,5 @@ WORKDIR / COPY . opt RUN apk add --no-cache supercronic RUN pip install requests -RUN crontab /opt/crontab RUN chmod +x /opt/entrypoint.sh CMD ["/opt/entrypoint.sh"] \ No newline at end of file