Closed Strubbl closed 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
feedspora.yml
/data/feedspora/
docker build --pull -t $USER_feedspora . docker run -v /data/feedspora:/data $USER_feedspora
Thanks!
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 yourfeedspora.yml