diff --git a/README.md b/README.md index 189fa5665..21e7f4b05 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,12 @@ To run the application in development, you can run these commands cd [my-app-name] php composer.phar start + +Or you can use `docker-compose` to run the app with `docker`, so you can run these commands: + + cd [my-app-name] + docker-compose up -d +After that, open `http://0.0.0.0:8080` in your browser. Run this command in the application directory to run the test suite