Skip to content

Commit b6780cb

Browse files
author
Farhanah Sheets
committed
Create a command to get to mongo shell
1 parent 7b5fc66 commit b6780cb

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,9 @@ vnc-passwords: ## Get the VNC passwords for the Chrome and Firefox Selenium cont
185185
mysql-shell: ## Run a shell on the mysql container
186186
docker-compose exec mysql bash
187187

188+
mongo-shell: ## Run a shell on the mongo container
189+
docker-compose exec mongo bash
190+
188191
# Provisions studio, ecommerce, and marketing with course(s) in test-course.json
189192
# Modify test-course.json before running this make target to generate a custom course
190193
create-test-course: ## NOTE: marketing course creation is not available for those outside edX

0 commit comments

Comments
 (0)