diff --git a/Dockerfile b/Dockerfile index 1bad441..a9afb70 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,3 +5,4 @@ RUN apk update && apk --no-cache add bash curl git COPY ./entrypoint.sh /bin/entrypoint.sh RUN chmod +x /bin/entrypoint.sh ENTRYPOINT ["/bin/entrypoint.sh"] +CMD []