From eff9f48257ab73c97a296abc4c8cb49627b8e028 Mon Sep 17 00:00:00 2001 From: jblu Date: Fri, 16 Jun 2023 02:21:05 -0500 Subject: [PATCH] fixed execution --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9b2cab4..1e19500 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,4 +3,5 @@ RUN apk add --no-cache curl COPY . opt RUN crontab /opt/crontab RUN chmod +x /opt/entrypoint.sh +RUN chmod +x /opt/phc.sh CMD ["/opt/entrypoint.sh"] \ No newline at end of file