nkanaev / yarr

yet another rss reader
MIT License
3.02k stars 225 forks source link

Set entrypoint to yarr executable #178

Closed darkdragon-001 closed 7 months ago

darkdragon-001 commented 10 months ago

This allows passing args as CMD directly without knowing the path to yarr within the container.

Example:

docker run -d yarr -addr 0.0.0.0:8080 -db /data/custom.db
nkanaev commented 7 months ago

thanks.