From 447c5634daa51e0769e4b84897fa6c77a8a4459a Mon Sep 17 00:00:00 2001 From: MuratovAS Date: Mon, 13 Dec 2021 15:59:36 +0500 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff1ca06..5070db7 100644 --- a/README.md +++ b/README.md @@ -72,9 +72,13 @@ The image is built on Alpine + Lighttpd and a minimal PHP set. Image size 21MB. Installation ``` make build -make start +make run ``` To purge the old files, add string to your crontab string ``` 0 0 * * * docker exec --user www-data lightphp php index.php purge > /dev/null +``` +Deleting +``` +make rm ``` \ No newline at end of file