From 358135f36f7b5f782cd8f70dbd191ff22d12ae5b 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:49:45 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5f44962..138c6f8 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ This will bring up several containers: #### 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```.** + With the above ```docker-compose up``` command your code is mapped to the aa-app docker container. You can make any changes and simply refresh the page to see them in real-time. ## Scaling and Sizing