Skip to content

Commit

Permalink
Resolves an error message that appears everytime a node is created an…
Browse files Browse the repository at this point in the history
…d the migrations run / the app starts. (#2773)
  • Loading branch information
Ardiea authored Nov 4, 2024
1 parent 1d0902f commit e234a42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dockerfiles/openedx-edxapp/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,8 @@ docker-image:
&& chown app:app /openedx/.ssh \
&& chmod 0700 /openedx/.ssh \
&& ssh-keyscan 'github.com' 'github.mit.edu' >> /openedx/.ssh/known_hosts \
&& chmod 0600 /openedx/.ssh/known_hosts
&& chmod 0600 /openedx/.ssh/known_hosts \
&& mkdir -p /openedx/data/export_course_repos
CMD uwsgi uwsgi.ini
SAVE IMAGE mitodl/edxapp-$DEPLOYMENT_NAME-$RELEASE_NAME:latest

Expand Down

0 comments on commit e234a42

Please sign in to comment.