Skip to content

Commit

Permalink
Merge pull request #3234 from dependabot/fix-build
Browse files Browse the repository at this point in the history
chore: mount bundler/helpers in docker dev container
  • Loading branch information
feelepxyz authored Mar 5, 2021
2 parents 09314fd + da2bfeb commit 53793b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/docker-dev-shell
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ docker run --rm -ti \
-v "$(pwd)/bundler/Gemfile:$CODE_DIR/bundler/Gemfile" \
-v "$(pwd)/bundler/dependabot-bundler.gemspec:$CODE_DIR/bundler/dependabot-bundler.gemspec" \
-v "$(pwd)/bundler/lib:$CODE_DIR/bundler/lib" \
-v "$(pwd)/bundler/helpers:$CODE_DIR/bundler/helpers" \
-v "$(pwd)/bundler/spec:$CODE_DIR/bundler/spec" \
-v "$(pwd)/bundler/helpers:/opt/bundler" \
-v "$(pwd)/bundler/helpers:/opt/bundler/helpers" \
Expand Down

0 comments on commit 53793b1

Please sign in to comment.