Skip to content

Commit

Permalink
organize code
Browse files Browse the repository at this point in the history
  • Loading branch information
DMarinhoCodacy committed Nov 10, 2023
1 parent 4bae1d2 commit 1239337
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 @@ -24,7 +24,7 @@ RUN echo 'gem: --no-document' > /etc/gemrc \
&& bundle config set --local path 'vendor/bundle' \
&& bundle install \
&& gem cleanup \
&& rm -rf /tmp/* /var/cache/apk/*
&& rm -rf /tmp/* /var/cache/apk/* \
&& ./scripts/doc_generate.sh .

FROM $BASE_IMAGE
Expand Down

0 comments on commit 1239337

Please sign in to comment.