migrated to crond

This commit is contained in:
2026-04-08 18:33:51 -05:00
parent 5878b88a38
commit 7644a933c6
5 changed files with 65 additions and 82 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
FROM alpine:latest
RUN apk add --no-cache curl supercronic
RUN apk add --no-cache curl
COPY entrypoint.sh opt
COPY phc.sh opt
RUN chmod +x /opt/entrypoint.sh