Skip to content

Commit 63fc973

Browse files
authored
Update how to run with docker
1 parent b2db8fc commit 63fc973

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,11 @@ This repo is still incomplete, a work in progress to support related presentatio
1717
4. Browse the following URL : `localhost:8080/`
1818
5. You can register a new account or login using the following credentials : [email protected] / foobar
1919

20+
## Running with docker-compose
21+
```bash
22+
docker-compose up --build
23+
docker-compose down
24+
```
25+
2026
## License
2127
This repo is available released under the [MIT License](http://opensource.org/licenses/mit-license.php/).

0 commit comments

Comments
 (0)