mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Fix build entrypoint
This commit is contained in:
parent
7d82c1006a
commit
5e1d491cdd
1 changed files with 1 additions and 0 deletions
|
|
@ -746,6 +746,7 @@ function runBuildStage(string $buildId, string $deploymentId, string $projectID)
|
|||
}
|
||||
|
||||
$vars = $resource->getAttribute('vars', []);
|
||||
$vars['ENTRYPOINT_NAME'] = $resource->getAttribute('entrypoint', '');
|
||||
|
||||
$orchestration
|
||||
->setCpus(App::getEnv('_APP_FUNCTIONS_CPUS', 0))
|
||||
|
|
|
|||
Loading…
Reference in a new issue