fix the static and media paths served from uwsgi
This commit is contained in:
parent
f308539d25
commit
cf20e08182
@ -172,8 +172,8 @@ EXPOSE 8000
|
|||||||
FROM production as final
|
FROM production as final
|
||||||
|
|
||||||
CMD uwsgi \
|
CMD uwsgi \
|
||||||
--static-map /static=/openedx/credentials/assets \
|
--static-map /static=/openedx/credentials/credentials/assets \
|
||||||
--static-map /media=/openedx/credentials/course_credentials/media \
|
--static-map /media=/openedx/credentials/credentials/media \
|
||||||
--http 0.0.0.0:8000 \
|
--http 0.0.0.0:8000 \
|
||||||
--thunder-lock \
|
--thunder-lock \
|
||||||
--single-interpreter \
|
--single-interpreter \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user