We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b5fc66 commit b6780cbCopy full SHA for b6780cb
1 file changed
Makefile
@@ -185,6 +185,9 @@ vnc-passwords: ## Get the VNC passwords for the Chrome and Firefox Selenium cont
185
mysql-shell: ## Run a shell on the mysql container
186
docker-compose exec mysql bash
187
188
+mongo-shell: ## Run a shell on the mongo container
189
+ docker-compose exec mongo bash
190
+
191
# Provisions studio, ecommerce, and marketing with course(s) in test-course.json
192
# Modify test-course.json before running this make target to generate a custom course
193
create-test-course: ## NOTE: marketing course creation is not available for those outside edX
0 commit comments