Skip to content

Commit

Permalink
fix formatting for docker block
Browse files Browse the repository at this point in the history
  • Loading branch information
l0gicgate committed Aug 18, 2019
1 parent 3ba4d97 commit ec504de
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ composer 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
```bash
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 ec504de

Please sign in to comment.