fix the static and media paths served from uwsgi

This commit is contained in:
lpm0073 2022-09-14 21:01:31 -05:00
parent f308539d25
commit cf20e08182

View File

@ -172,8 +172,8 @@ EXPOSE 8000
FROM production as final
CMD uwsgi \
--static-map /static=/openedx/credentials/assets \
--static-map /media=/openedx/credentials/course_credentials/media \
--static-map /static=/openedx/credentials/credentials/assets \
--static-map /media=/openedx/credentials/credentials/media \
--http 0.0.0.0:8000 \
--thunder-lock \
--single-interpreter \