Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
WIP: Dockerfile update for security
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagemaru authored Sep 8, 2022
1 parent c4c118e commit ed0232b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ RUN gem install bundler:${BUNDLER_VERSION} --no-document

# Use cached gems
RUN ls /app-src/.bundle/config
RUN stat /app-src/.bundle/config
RUN stat /app-src/.bundle/config/config
RUN bundle config set --local deployment 'true' \
&& bundle config set --local without ${BUNDLE_WITHOUT} \
&& bundle
Expand Down

0 comments on commit ed0232b

Please sign in to comment.