Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 201 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 201 Bytes
  1. Clone the repo
  2. cd test_api
  3. docker build -t image_name .
  4. docker run -p 5000:5000 image_name

Now you can go to you http://0.0.0.0/index on your browser, it should display Hello World!