mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-25 22:18:24 +00:00
Run provision command faster
By not setting the USERID environment variable, we don't have to chown the /openedx folder, which makes the "provision" command much faster.
This commit is contained in:
parent
af49fef7db
commit
8366376bd0
2
Makefile
2
Makefile
@ -22,7 +22,7 @@ update:
|
||||
docker-compose pull
|
||||
|
||||
provision:
|
||||
$(DOCKER_COMPOSE_RUN_OPENEDX) lms bash /openedx/config/provision.sh
|
||||
$(DOCKER_COMPOSE_RUN) lms bash /openedx/config/provision.sh
|
||||
|
||||
migrate-openedx:
|
||||
$(DOCKER_COMPOSE_RUN_OPENEDX) lms bash -c "wait-for-greenlight.sh && ./manage.py lms migrate"
|
||||
|
Loading…
x
Reference in New Issue
Block a user