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