diff --git a/docker-bake.hcl b/docker-bake.hcl index 5e2cfee..93f37cd 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -61,7 +61,7 @@ target "documentserver" { target "documentserver-stable" { target = "documentserver-stable" - dockerfile= "Dockerfile.production" + dockerfile = "production.dockerfile" tags = ["docker.io/${COMPANY_NAME}/${PREFIX_NAME}${PRODUCT_NAME}${PRODUCT_EDITION}:${TAG}", "docker.io/${COMPANY_NAME}/${PREFIX_NAME}${PRODUCT_NAME}${PRODUCT_EDITION}:${SHORTER_TAG}", "docker.io/${COMPANY_NAME}/${PREFIX_NAME}${PRODUCT_NAME}${PRODUCT_EDITION}:${SHORTEST_TAG}", diff --git a/Dockerfile.production b/production.dockerfile similarity index 100% rename from Dockerfile.production rename to production.dockerfile