Skip to content

Commit

Permalink
Defer making executable until installed
Browse files Browse the repository at this point in the history
  • Loading branch information
ccheetham committed Jun 30, 2022
1 parent f8f9475 commit 44391aa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docfx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN \
wget https://github.com/dotnet/docfx/releases/download/$(cat docfx_version)/docfx.zip && \
mkdir -p /usr/local/libexec && \
unzip docfx.zip -d /usr/local/libexec/docfx && \
cp docfx /usr/local/bin && \
install docfx /usr/local/bin && \
rm -rf /scratch
WORKDIR /work
ENTRYPOINT ["docfx"]
Empty file modified docfx/docfx
100755 → 100644
Empty file.

0 comments on commit 44391aa

Please sign in to comment.