diff --git a/lib/mrsk/commands/builder/base.rb b/lib/mrsk/commands/builder/base.rb index 2d257e52..32dcba4f 100644 --- a/lib/mrsk/commands/builder/base.rb +++ b/lib/mrsk/commands/builder/base.rb @@ -42,7 +42,7 @@ class Mrsk::Commands::Builder::Base < Mrsk::Commands::Base if Pathname.new(File.expand_path(dockerfile)).exist? argumentize "--file", dockerfile else - raise BuilderError, "Missing Dockerfile" + raise BuilderError, "Missing #{dockerfile}" end end