Skip to content

Dockerize Paper Hacker News#4

Open
mihaigalos wants to merge 3 commits intowolfgang42:mainfrom
mihaigalos:dockerize_paper_hacker_news
Open

Dockerize Paper Hacker News#4
mihaigalos wants to merge 3 commits intowolfgang42:mainfrom
mihaigalos:dockerize_paper_hacker_news

Conversation

@mihaigalos
Copy link
Copy Markdown

This PR dockerizes Paper Hacker News for easy distribution and scalability.

Building:

docker build -t paper-hn .

Running (default settings):

docker run -it -p 8080:8080 paper-hn 

Running (specify refresh frequency):

docker run -it --env "REFRESH_INTERVAL=60" -p 8080:8080 paper-hn

Your news are now accessible over at localhost:8080 in your favorite browser.

@wolfgang42
Copy link
Copy Markdown
Owner

Thank you for taking the time to submit a PR! Unfortunately, I have decided to archive this project since I don't have the time to maintain it, but I’ll leave this issue open in case anyone else forks the project and wants to include your improvements.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants