Update executor to bin entrypoint

This commit is contained in:
Jake Barnby
2022-02-24 14:55:38 +13:00
parent 3af8f66034
commit 4b280bef24
+1 -5
View File
@@ -399,11 +399,7 @@ services:
appwrite-executor:
container_name: appwrite-executor
entrypoint:
- php
- -e
- /usr/src/code/app/executor.php
- -dopcache.preload=opcache.preload=/usr/src/code/app/preload.php
entrypoint: executor
stop_signal: SIGINT
build:
context: .