updated docker file
ci / docker (push) Successful in 32s

This commit is contained in:
2026-04-08 17:10:17 -05:00
parent 56a887c0fb
commit e83151f74f
2 changed files with 1 additions and 3 deletions
-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"]