omkz / sinatra-tutorial

sinatra, docker, CI/CD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build and run the container locally:

$ docker build --tag sinatra-tutorial .

$ docker run -p 4567:4567 sinatra-tutorial

About

sinatra, docker, CI/CD


Languages

Language:Dockerfile 64.0%Language:Ruby 36.0%