Try to use container image from DockerHub

This commit is contained in:
Brian Telnes 2017-06-29 15:07:33 -07:00
Родитель 8851bbd5b0
Коммит 0245aed9d6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,7 @@ docker exec -i devstack /bin/bash -s <<EOF
sudo su edxapp
cd /edx/app/edxapp
rm -r -d -f themes
sudo git clone -b oxa/devfic https://github.com/Microsoft/edx-theme.git themes
git clone -b oxa/devfic https://github.com/Microsoft/edx-theme.git themes
source /edx/app/edxapp/edxapp_env
cd /edx/app/edxapp/edx-platform
# Updates requirements and compiles javascript, Sass and CoffeeScript