From 139ea9c807729fcdcca0e30b3d28e255b238487a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Meezaan-ud-Din=20Abdu=20Dhil-Jalali=20Wal-Ikram=20/=20?= =?UTF-8?q?=D9=85=D9=90=D9=8A=D8=B2=D9=8E=D8=A7=D9=86=D9=8F=20=D8=A7=D9=84?= =?UTF-8?q?=D9=92=D8=AF=D9=91=D9=90=D9=8A=D9=86=D9=92=20=D8=B9=D9=8E=D8=A8?= =?UTF-8?q?=D9=92=D8=AF=D9=8F=20=D8=B0=D9=90=D9=8A=D9=92=20=D8=A7=D9=84?= =?UTF-8?q?=D9=92=D8=AC=D9=8E=D9=84=D9=8E=D8=A7=D9=84=D9=90=20=D9=88=D9=8E?= =?UTF-8?q?=20=D8=A7=D9=84=D9=92=D8=A5=D9=90=D9=83=D9=92=D8=B1=D9=8E=D8=A7?= =?UTF-8?q?=D9=85=D9=90?= Date: Mon, 21 Jan 2019 16:48:59 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bfe5000..5500d82 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ You can now visit http://localhost:8081/ and start using it. ### Build and Contribute +**Please note that the Dockerfile included builds a production ready container which has opcache switched on and xdebug turned off, so you will only see your changes every 5 minutes if you are developing. To actively develop, change the ```FROM vesica/php72:latest``` line to ```vesica/php72:dev```.** + 1. Clone this repository 2. Run ```docker build . -t vesica/alquran.cloud```. This will build an image with production dependencies only. 3. Run ```docker run -it -p 8081:8080 -v ($pwd)/.:/var/www vesica/alquran.cloud``` to spin up the built image.