Skip to content

Commit

Permalink
Fix IRB rake target
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Nov 14, 2024
1 parent 89c3b55 commit 068eec1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/docker.rake
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ namespace :docker do

image = target[:image]
tag = target[:tag]
platform = docker_platform

exec "docker run --rm -it --platform #{platform} -v #{Dir.pwd}:#{Dir.pwd} -w #{Dir.pwd} #{image}:#{tag} irb"
end
Expand Down

0 comments on commit 068eec1

Please sign in to comment.