Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Commit

Permalink
Fixed entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Nelson committed Jul 17, 2018
1 parent 28bc13b commit a4f2ad7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ RUN set -ex; \
npm install \
&& npm ls
# Bundle app source
COPY . /src
COPY . /src
ENTRYPOINT [ "/src/asciidoc-link-check" ]

0 comments on commit a4f2ad7

Please sign in to comment.