From 6db387e5d15f673bd70a121a8f67c2a676895569 Mon Sep 17 00:00:00 2001 From: GotPPay Date: Sun, 24 Jun 2018 18:59:01 +0200 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dbc3a31..0eab6a3 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ JavasScript (React + Redux) ## DOCKER - install docker-ce and docker-compose +- Check env variables in php.dockerfile in root directory of project (for local testing, REACT_APP_DEV_URL should be set to http://localhost:8000/api-wiaas) - from root of the project, execute `docker-compose build` and then `docker-compose up` Application is now available on http://localhost:8000 \ No newline at end of file