From f66a42a84a5f3786183c72e68c92e1b132da9bed Mon Sep 17 00:00:00 2001 From: Jonathan Branan Date: Fri, 23 Jun 2023 03:08:36 -0500 Subject: [PATCH] removed crontab from dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) 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