mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Merge pull request #2758 from appwrite/feat-fix-build-entrypoint
Feat fix build entrypoint
This commit is contained in:
commit
d214dedf7d
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