Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 463 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 463 Bytes

hello-world

A sample sinatra hello world application.

Other Languages

Hello World in elixir

Instructions

  1. Install docker via brew or from here

  2. Install docker-compose if not installed already

  3. Run VIRTUAL_HOST=localhost docker-compose up -d

  4. Open http://localhost/hello-world or run curl -I localhost/hello-world