Skip to content

Commit 489f6fc

Browse files
committed
Add comment to test stability of current version in prod
1 parent 70a9b93 commit 489f6fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,5 +173,6 @@ COPY gunicorn_conf.py /openedx/gunicorn_conf.py
173173
COPY lms/uwsgi.ini /openedx/edx-platform
174174
COPY cms/uwsgi.ini /openedx/edx-platform
175175

176+
# Export the correct port
176177
EXPOSE 8000
177178
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

Comments
 (0)