Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 194 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 194 Bytes

Hello World

This is an example Rails app responding "Hello World" on its standard port.

To run it, use

docker run -it --rm -p3000:3000 leikir/hello-world

and visit http://localhost:3000