@@ -1,5 +1,4 @@
|
||||
.gitignore
|
||||
LICENSE
|
||||
README.md
|
||||
.drone.yml
|
||||
Dockerfile
|
||||
+1
-2
@@ -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"]
|
||||
Reference in New Issue
Block a user