Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ ARG GID=991

RUN apk add --no-cache \
'gcompat>=0' \
'tzdata>=2024' \
'libxml2>=2' \
'libxslt>=1' \
&& addgroup --gid "$GID" "$USER" \
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ task :test do
sh 'docker ps -a --filter name=html2rss-web-test'

Output.describe 'Generating feed from a html2rss-configs config'
sh 'curl -f http://127.0.0.1:3000/github.com/releases.rss\?username=html2rss\&repository=html2rss || exit 1'
sh 'curl -f http://127.0.0.1:3000/dfs.de/pressemitteilungen.rss || exit 1'

Output.describe 'Generating example feed from feeds.yml'
sh 'curl -f http://127.0.0.1:3000/example.rss || exit 1'
Expand Down