Skip to content

Commit

Permalink
revert last changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DMarinhoCodacy committed Nov 13, 2023
1 parent 8811e0f commit ed686f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ COPY docs docs
RUN echo 'gem: --no-document' > /etc/gemrc \
&& bundle install \
&& gem cleanup \
&& rm -rf /tmp/* /var/cache/apk/* \
&& rm -rf /tmp/* /var/cache/apk/*

RUN bundle config set --local path 'vendor/bundle' && bundle install && ./scripts/doc_generate.sh .

Expand Down

0 comments on commit ed686f8

Please sign in to comment.