Skip to content

Add Docker support

Lertsenem requested to merge lertsenem/mediapart-rss:docker into main

Hello, je ne sais pas si ça t'intéresse, mais je me suis fait un Dockerfile pour pouvoir intégrer ton script aux services que j'héberge.


Dockerfile and a very basic shell script to start the Perl script ~ once an hour.

Login and password are passed through env variables. The mediapart.rss file will be generated in /srv, use a volume to store it on your host.

Hosting the file somewhere (preferably behind an authentication of some sort) is left as an exercise to the reader. :]

Merge request reports