Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #81 from dojutsu-user/install-typedoc
Install typedoc
  • Loading branch information
humitos committed Dec 13, 2018
2 parents c2169d8 + 19628e2 commit 116621e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Expand Up @@ -58,8 +58,8 @@ RUN apt-get -y install python-pip && pip install -U virtualenv auxlib
RUN groupadd --gid 205 docs
RUN useradd -m --uid 1005 --gid 205 docs

# Install jsdoc
RUN apt-get -y install nodejs npm && npm install --global jsdoc
# Install jsdoc and typedoc
RUN apt-get -y install nodejs npm && npm install --global jsdoc typedoc

USER docs
WORKDIR /home/docs
Expand Down

0 comments on commit 116621e

Please sign in to comment.