Skip to content

Commit

Permalink
build: Update notes and analytics docker config (#69)
Browse files Browse the repository at this point in the history
* build: update dashboard and notes api config file path
  • Loading branch information
UsamaSadiq authored Dec 6, 2024
1 parent 1e5d323 commit 66ee1db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/edx-analytics-dashboard.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ RUN pip install --no-cache-dir -r requirements/production.txt

RUN curl -L https://github.com/edx/edx-analytics-dashboard/archive/refs/heads/master.tar.gz | tar -xz --strip-components=1

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

RUN nodeenv ${INSIGHTS_NODEENV_DIR} --node=18.20.2 --prebuilt \
&& npm install -g [email protected]
Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/edx-notes-api.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ EXPOSE 8120

FROM app AS dev

RUN curl -L -o ${NOTES_VENV_DIR}/notesserver/settings/devstack.py https://raw.githubusercontent.com/edx/devstack/master/py_configuration_files/edx_notes_api.py
RUN curl -L -o ${NOTES_APP_DIR}/notesserver/settings/devstack.py https://raw.githubusercontent.com/edx/devstack/master/py_configuration_files/edx_notes_api.py

ENV DJANGO_SETTINGS_MODULE "notesserver.settings.devstack"

Expand Down

0 comments on commit 66ee1db

Please sign in to comment.