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
LICENSE
README.md
.drone.yml
Dockerfile
+1 -2
View File
@@ -1,5 +1,4 @@
FROM alpine:latest
COPY . opt
# RUN apk add --no-cache cronie
COPY entrypoint.sh /opt
RUN chmod +x /opt/entrypoint.sh
CMD ["/opt/entrypoint.sh"]