fixes hls generation for docker builds (#55)

Co-authored-by: Munaawa Philip <munaawap@kainos.com>
This commit is contained in:
swiftugandan
2021-02-17 20:32:18 +00:00
committed by GitHub
parent ba1bf7d263
commit 4450350dba
4 changed files with 10 additions and 3 deletions

View File

@ -29,4 +29,8 @@ CACHES = {
BROKER_URL = REDIS_LOCATION
CELERY_RESULT_BACKEND = BROKER_URL
MP4HLS_COMMAND = (
"/home/mediacms.io/bento4/bin/mp4hls"
)
DEBUG = False