Commit de1ec5c8 by christopher lee Committed by Christopher Lee

Update docker-compose to not include node_module

parent 9f43e82c
......@@ -27,6 +27,7 @@ services:
container_name: discovery
volumes:
- ..:/edx/app/discovery/discovery
- /edx/app/discovery/discovery/node_modules
- ../course_discovery/media:/edx/var/discovery/media
- ../course_discovery/assets:/edx/var/discovery/staticfiles
command: tail -f /dev/null
......
......@@ -41,6 +41,7 @@ services:
container_name: course-discovery
volumes:
- .:/edx/app/discovery/discovery
- /edx/app/discovery/discovery/node_modules
- ./course_discovery/media:/edx/var/discovery/media
- ./course_discovery/assets:/edx/var/discovery/staticfiles
command: /edx/app/discovery/devstack.sh start
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment