Skip to content

Commit

Permalink
Update course discovery docekrfile config (#68)
Browse files Browse the repository at this point in the history
* build: update course discovery dockerfile
  • Loading branch information
UsamaSadiq authored Dec 6, 2024
1 parent 9b82530 commit 1e5d323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/course-discovery.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ CMD gunicorn --bind=0.0.0.0:8381 --workers 2 --max-requests=1000 -c course_disco

FROM app AS dev

RUN curl -L -o ${DISCOVERY_CODE_DIR}/course_discovery/settings/devstack.py https://raw.githubusercontent.com/edx/devstack/master/py_configuration_files/course-discovery.py
RUN curl -L -o ${DISCOVERY_CODE_DIR}/course_discovery/settings/devstack.py https://raw.githubusercontent.com/edx/devstack/master/py_configuration_files/course_discovery.py

ENV DJANGO_SETTINGS_MODULE "course_discovery.settings.devstack"

Expand Down

0 comments on commit 1e5d323

Please sign in to comment.