mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
dockerfile: containerized htmlproofer
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -19,3 +19,11 @@ target "vendor" {
|
||||
target = "vendor"
|
||||
output = ["."]
|
||||
}
|
||||
|
||||
target "htmlproofer" {
|
||||
target = "htmlproofer"
|
||||
args = {
|
||||
JEKYLL_ENV = JEKYLL_ENV
|
||||
}
|
||||
output = ["type=cacheonly"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user