Skip to content

Commit

Permalink
Merge pull request #105 from atefBB/patch-1
Browse files Browse the repository at this point in the history
Add `running with docker` instructions
  • Loading branch information
l0gicgate authored Jul 22, 2019
2 parents 6ff3ed9 + a71d960 commit 75244ca
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 75244ca

Please sign in to comment.