Closed MartenBE closed 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.
SECRET_KEY
ENTRYPOINT
python3 configure
Please add the config.json back :)
Done!
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 ofENTRYPOINT
commands regardingpython3 configure
.