Reveal configured dockerfile path
This commit is contained in:
@@ -42,7 +42,7 @@ class Mrsk::Commands::Builder::Base < Mrsk::Commands::Base
|
|||||||
if Pathname.new(File.expand_path(dockerfile)).exist?
|
if Pathname.new(File.expand_path(dockerfile)).exist?
|
||||||
argumentize "--file", dockerfile
|
argumentize "--file", dockerfile
|
||||||
else
|
else
|
||||||
raise BuilderError, "Missing Dockerfile"
|
raise BuilderError, "Missing #{dockerfile}"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user