Skip to content

jenciso/ruby-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby on Rails Hello World Application

Intro

A simple application written in Ruby on Rails that print Hello World!

Build

docker build -t jenciso/ruby-hello-world .

Run

docker run -ti -p 4567:4567 jenciso/ruby-hello-world 

Test

curl -vs http://localhost:4567/
curl -vs http://localhost:4567/hi
curl -vs http://localhost:4567/health

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published