From a650cdda2124812c893bccd26658d5786b14018b Mon Sep 17 00:00:00 2001 From: jblu Date: Fri, 16 Jun 2023 02:58:13 -0500 Subject: [PATCH] updated dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e19500..e79155a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ from alpine:latest RUN apk add --no-cache curl -COPY . opt +COPY crontab opt +COPY entrypoint.sh opt +COPY phc.sh opt RUN crontab /opt/crontab RUN chmod +x /opt/entrypoint.sh RUN chmod +x /opt/phc.sh