Change dockerfile name

This commit is contained in:
danilapog 2022-08-24 17:53:58 +03:00
parent df34b1b528
commit 76f205b27a
2 changed files with 1 additions and 1 deletions

View file

@ -69,7 +69,7 @@ target "documentserver-stable" {
target "documentserver-nonexample" { target "documentserver-nonexample" {
target = "documentserver-nonexample" target = "documentserver-nonexample"
dockerfile = "Dockerfile.nonExample" dockerfile = "Dockerfile.nonexample"
tags = [ "docker.io/${COMPANY_NAME}/${PRODUCT_NAME}${PREFIX_NAME}${PRODUCT_EDITION}:${TAG}-nonexample" ] tags = [ "docker.io/${COMPANY_NAME}/${PRODUCT_NAME}${PREFIX_NAME}${PRODUCT_EDITION}:${TAG}-nonexample" ]
platforms = ["linux/amd64", "linux/arm64"] platforms = ["linux/amd64", "linux/arm64"]
args = { args = {