Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 321 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 321 Bytes

pocket-sinatra-interface

Sinatra-based web interface for pocket api Based on demo-server from pocket-ruby

How to init

docker build -t pocket-sinatra-interface .
docker run -d -p 8080:80 --name pocket-sinatra-interface --restart=always pocket-sinatra-interface