1
0
Fork 0
mirror of synced 2024-09-28 23:41:23 +12:00

Merge branch '0.7.x' of github.com:appwrite/appwrite into swoole-and-functions

This commit is contained in:
Eldad Fux 2020-07-27 20:40:39 +03:00
commit 6da8a348b4
3 changed files with 2 additions and 2 deletions

View file

@ -168,4 +168,4 @@ RUN echo "opcache.enable_cli = 1" >> /usr/local/etc/php/conf.d/appwrite.ini
EXPOSE 80
CMD [ "php", "app/server.php", "-dopcache.preload=opcache.preload=/usr/src/code/app/preload.php" ]
CMD [ "php", "app/http.php", "-dopcache.preload=opcache.preload=/usr/src/code/app/preload.php" ]

View file

@ -167,7 +167,7 @@ return [
'name' => 'Deno',
'version' => '0.0.2',
'url' => 'https://github.com/appwrite/sdk-for-deno',
'enabled' => false,
'enabled' => true,
'beta' => true,
'dev' => false,
'family' => APP_PLATFORM_SERVER,