1
0
Fork 0
mirror of synced 2024-06-27 18:50:47 +12:00

Update executor to bin entrypoint

This commit is contained in:
Jake Barnby 2022-02-24 14:55:38 +13:00
parent 3af8f66034
commit 4b280bef24

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: .