fix the docker-bake

This commit is contained in:
Ronald A. Richardson
2023-08-02 20:23:51 +08:00
parent 243032469d
commit 50b5f54a63

View File

@@ -27,7 +27,7 @@ target "app" {
) : []
secret = [
"type=file,id=composer_auth,src=${HOME}/.composer/auth.json"
"type=file,id=composer_auth,src=./composer-auth.json"
]
}