Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 193 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 193 Bytes

RSS Reader (work-in-progress)

DEV

docker-compose up

PROD

docker volume create db
docker run -d --name rss-reader -p 5000:80 --mount source=db,target=/db jirikuchta/rss-reader