We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70a9b93 commit 489f6fcCopy full SHA for 489f6fc
1 file changed
Dockerfile
@@ -173,5 +173,6 @@ COPY gunicorn_conf.py /openedx/gunicorn_conf.py
173
COPY lms/uwsgi.ini /openedx/edx-platform
174
COPY cms/uwsgi.ini /openedx/edx-platform
175
176
+# Export the correct port
177
EXPOSE 8000
178
CMD gunicorn -c /openedx/gunicorn_conf.py --name ${SERVICE_VARIANT} --bind=0.0.0.0:8000 --max-requests=1000 --access-logfile - ${SERVICE_VARIANT}.wsgi:application
0 commit comments