Skip to content

Commit

Permalink
Merge 5a34b66 into 52eaadb
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-reid committed Dec 14, 2017
2 parents 52eaadb + 5a34b66 commit 817ce69
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 @@ -12,9 +12,10 @@ RUN mkdir -p ./node_modules \
&& ln -s /RackHD/on-tasks ./node_modules/on-tasks \
&& ln -s /RackHD/on-core ./node_modules/on-core \
&& ln -s /RackHD/on-core/node_modules/di ./node_modules/di \
&& apt-get update
&& apt-get install -y unzip curl \
&& npm install \
&& npm install apidoc \
&& npm install apidoc@^0.12.1 \
&& npm run taskdoc \
&& /RackHD/on-http/install-web-ui.sh \
&& /RackHD/on-http/install-swagger-ui.sh \
Expand Down

0 comments on commit 817ce69

Please sign in to comment.