diff --git a/.dockerignore b/.dockerignore index faa07ee..7b95fc6 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,5 +1,4 @@ .gitignore LICENSE README.md -.drone.yml Dockerfile \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 0d5af90..a0fb62e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file