Rename dockerfile for nonexample

This commit is contained in:
danilapog 2022-09-09 19:19:41 +03:00
parent 23b403db4a
commit dfce72a30a

View file

@ -78,7 +78,7 @@ target "documentserver-stable" {
target "documentserver-nonexample" { target "documentserver-nonexample" {
target = "documentserver-nonexample" target = "documentserver-nonexample"
dockerfile = "Dockerfile.production" dockerfile = "production.dockerfile"
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 = {