Skip to content

Commit

Permalink
remove node_modules on lms provision
Browse files Browse the repository at this point in the history
  • Loading branch information
arizzitano authored and macdiesel committed Jan 10, 2018
1 parent b6780cb commit 9506fae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions provision-lms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ for app in "${apps[@]}"; do
docker-compose $DOCKER_COMPOSE_FILES up -d $app
done

docker-compose exec lms bash -c 'rm -rf /edx/app/edxapp/edx-platform/node_modules'
docker-compose exec lms bash -c 'source /edx/app/edxapp/edxapp_env && cd /edx/app/edxapp/edx-platform && NO_PYTHON_UNINSTALL=1 paver install_prereqs'

#Installing prereqs crashes the process
Expand Down

0 comments on commit 9506fae

Please sign in to comment.