Removing installation off all docs.

Limited docs to html, css, javascrip & http
pull/1887/head
Wilfried AGO 2 years ago
parent 7d60395a0d
commit 247b10dd31

@ -17,7 +17,7 @@ RUN bundle install --system && \
COPY . /devdocs
RUN thor docs:download --all && \
RUN thor docs:download css html http javascript && \
thor assets:compile && \
rm -rf /tmp

@ -10,7 +10,7 @@ COPY . /devdocs
RUN apk --update add nodejs build-base libstdc++ gzip git zlib-dev libcurl && \
gem install bundler && \
bundle install --system --without test && \
thor docs:download --all && \
thor docs:download css html http javascript \
thor assets:compile && \
apk del gzip build-base git zlib-dev && \
rm -rf /var/cache/apk/* /tmp ~/.gem /root/.bundle/cache \

Loading…
Cancel
Save