You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,11 @@ Because FTP transactions are handled outside of the container to the durable sto
16
16
| Linux | Ubuntu 18.04 |
17
17
| OpenLiteSpeed | 1.6.18 |
18
18
| PHP | 7.4 |
19
+
| Composer | latest |
19
20
20
21
* SSH has been enabled on port 2222 to be able to SSH to the container in Azure App Service.
21
22
* A cron/scheduled task is setup to run `/home/site/cron.sh`, if it exists, every 10 minutes. Set `PHP_CRON` environment variable to a valid [cron formated](https://en.wikipedia.org/wiki/Cron) schedule to change from the default execute interval. The last `cron.sh` task run is logged to `/home/site/cron.log`
23
+
* If a composer.lock file is found in the root of your site, `composer install` will be run to install any non-dev required packages.
0 commit comments