1
0
Fork 0
mirror of synced 2024-05-20 12:42:39 +12:00

Updated naming conventions

This commit is contained in:
Eldad Fux 2020-07-27 20:15:36 +03:00
parent 3e89c7e757
commit 5df196c712
2 changed files with 1 additions and 1 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" ]