ttscoff / searchlink

MIT License
57 stars 5 forks source link

added Dockerfile to project #1

Closed drallgood closed 1 year ago

drallgood commented 1 year ago

I've added a Dockfile to the project. Been using this for years for my websites, because I like to write the content on my iPad then push it to git from there.

I wasn't sure whether you want to proved this as an image yourself, but with the Dockerfile, anyone can do it on their own. The provided config can easily be overriden, where needed.

Usage (after you have deployed it somewhere): docker run --rm -v $(pwd)/content:/usr/src/app/content harbor.brendamour.net/brendamour/searchlink $files

ttscoff commented 1 year ago

Thanks!