Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
julsbreakdown authored Jun 19, 2018
1 parent 377809c commit 8a80147
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
Creates a simple webapp with python's flask
and php to render a simple hello page with data from the python app


docker run -d -P -p 5558:80 --link pyapp webphp
docker run --name pyapp -d -P -p 7555:80 product-service

0 comments on commit 8a80147

Please sign in to comment.