aurelg / feedspora

FeedSpora posts RSS/Atom feeds to your social network accounts.
35 stars 6 forks source link

add Dockerfile #6

Closed Strubbl closed 6 years ago

Strubbl commented 6 years ago

This commit adds a docker receipt. You can make use of it with creating a feedspora.yml on your local machine e.g. in /data/feedspora/. Afterwards the following docker commands will build the image and run feedspora with your feedspora.yml

docker build --pull -t $USER_feedspora .
docker run -v /data/feedspora:/data $USER_feedspora
aurelg commented 6 years ago

Thanks!