Skip to content

sighup/xyz-webapp

Repository files navigation

XYZ WebApp

A simple Sinatra WebApp example

Run it from source with pre-requisites

  • Ruby 3.1.0
  • gem install bundler
cd src
bundle install
bundle exec rackup --host 0.0.0.0 --port 4567

Build and run as a container:

Build

docker build --tag xyz-webapp .

Run

docker run -d -p 3001:3001 -e PORT=3001 xyz-webapp:latest

Alternatively, edit the docker compose configuration to your liking and docker compose up.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors