th3r00t / pyShelf

A simple terminal based ebook server
GNU General Public License v3.0
518 stars 33 forks source link

Added cron to the Dockerfile as temporary fix until we have periodic file scanning in the backend #55

Closed MartenBE closed 4 years ago

MartenBE commented 4 years ago

In the docker image, the file scanning interval is set to every minute.

It also solves the big with missing SECRET_KEY due to the wrong order of ENTRYPOINT commands regarding python3 configure.

th3r00t commented 4 years ago

Please add the config.json back :)

MartenBE commented 4 years ago

Please add the config.json back :)

Done!