Skip to content

Black3800/roshamboo-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

roshamboo-service

Deploying/Testing

Docker repository (recommended)

docker run -dp 8080:8080 anakint/roshamboo-service

or build from Dockerfile

docker build -t roshamboo-service .
docker run -dp 8080:8080 roshamboo-service

or run Python app

pip install -r ./requirements.txt
python ./app/main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published