dev-cronie #1

Merged
jblu merged 12 commits from dev-cronie into main 2026-04-08 17:16:01 -05:00
2 changed files with 1 additions and 3 deletions
Showing only changes of commit e83151f74f - Show all commits
-1
View File
@@ -1,5 +1,4 @@
.gitignore .gitignore
LICENSE LICENSE
README.md README.md
.drone.yml
Dockerfile Dockerfile
+1 -2
View File
@@ -1,5 +1,4 @@
FROM alpine:latest FROM alpine:latest
COPY . opt COPY entrypoint.sh /opt
# RUN apk add --no-cache cronie
RUN chmod +x /opt/entrypoint.sh RUN chmod +x /opt/entrypoint.sh
CMD ["/opt/entrypoint.sh"] CMD ["/opt/entrypoint.sh"]