Skip to content

Commit

Permalink
Merge 1cc07db into 6f490f6
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-reid committed Dec 14, 2017
2 parents 6f490f6 + 1cc07db commit 4a4b797
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 4a4b797

Please sign in to comment.