add --target option for builder configuration
This commit is contained in:
@@ -38,6 +38,10 @@ class Kamal::Configuration::Builder
|
||||
def dockerfile
|
||||
@options["dockerfile"] || "Dockerfile"
|
||||
end
|
||||
|
||||
def target
|
||||
@options["target"]
|
||||
end
|
||||
|
||||
def context
|
||||
@options["context"] || (git_archive? ? "-" : ".")
|
||||
|
||||
Reference in New Issue
Block a user