Reveal configured dockerfile path

This commit is contained in:
David Heinemeier Hansson
2023-05-02 14:07:47 +02:00
parent bb74a74dc4
commit a22e27dbf8

View File

@@ -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