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