Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 636 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 636 Bytes

OnlySaints

The Saints of the Day

OSs is a service to set up a server that return the saints of the day

  • Source VaticanNews
  • Entirely written in bash for docker

Installation

  • clone repo: git clone https://github.com/darioanguilla/onlysaints.git
  • change dir: cd onlysaints
  • build the image: docker build -t onlysaints:dev .
  • run a container: docker run --rm --name onlysaints -d -p 9191:9191 onlysaints:dev
  • go to: http://localhost:9191 or to: http://0.0.0.0:9191

TODO

  • Create a Dockerfile from alpine!

License

GNU GPLv3