1
0
Fork 0
mirror of synced 2024-06-01 10:29:48 +12:00

Merge pull request #2622 from appwrite/fix-usage-entrypoint

Fixed usage entrypoint in dev mode
This commit is contained in:
Eldad A. Fux 2022-01-16 19:08:21 +02:00 committed by GitHub
commit 2f5c958f22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -412,11 +412,7 @@ services:
- _APP_MAINTENANCE_RETENTION_AUDIT
appwrite-usage:
entrypoint:
- php
- -e
- /usr/src/code/app/cli.php
- usage
entrypoint: usage
container_name: appwrite-usage
build:
context: .