ci: proxy config check

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2023-09-08 10:09:15 +02:00
parent d79fe12cbd
commit fcbf0b54f7
3 changed files with 104 additions and 0 deletions

View File

@@ -37,3 +37,8 @@ target "app-plus" {
IAMPLUS = "true"
}
}
target "app-proxy" {
inherits = ["app"]
dockerfile = "proxy.Dockerfile"
}