diff --git a/Dockerfile b/Dockerfile index deefd58..e8286df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,4 +8,5 @@ RUN set -ex; \ npm install \ && npm ls # Bundle app source -COPY . /src \ No newline at end of file +COPY . /src +ENTRYPOINT [ "/src/asciidoc-link-check" ]