Skip to content

Commit

Permalink
Fix typo in tutorial text
Browse files Browse the repository at this point in the history
This change updates the microservice orchestration README by fixing a small type.
  • Loading branch information
Unconfined committed Nov 8, 2018
1 parent 4142411 commit 5b91b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2018-09-22-microservice-orchestration.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ tree
The following changes have been made in this step:

* Added a server script `main.py` that utilizes the link extraction module written in the last step
* The `Dockerfile` is updated to refer to the `main.py` file isntead
* The `Dockerfile` is updated to refer to the `main.py` file instead
* Server is accessible as a WEB API at `http://<hostname>[:<prt>]/api/<url>`
* Dependencies are moved to the `requirements.txt` file
* Needs port mapping to make the service accessible outside of the container (the `Flask` server used here listens on port `5000` by default)
Expand Down

0 comments on commit 5b91b59

Please sign in to comment.