mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Leftover
This commit is contained in:
parent
f91e8be136
commit
580204912c
1 changed files with 1 additions and 1 deletions
|
|
@ -605,7 +605,7 @@ class Builds extends Action
|
|||
memory: $memory,
|
||||
timeout: $timeout,
|
||||
remove: true,
|
||||
entrypoint: $deployment->getAttribute('entrypoint', 'package.json'), // TODO: change this later so that sites don't need to have an entrypoint
|
||||
entrypoint: $deployment->getAttribute('entrypoint', ''),
|
||||
destination: APP_STORAGE_BUILDS . "/app-{$project->getId()}",
|
||||
variables: $vars,
|
||||
command: $command,
|
||||
|
|
|
|||
Loading…
Reference in a new issue