mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-05 04:48:00 +00:00
parent
93a8fa0cba
commit
419aa27501
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
.PHONY: all configure build migrate assets up daemon
|
||||
|
||||
DOCKER_COMPOSE_RUN = docker-compose run --rm -e USERID="$$(id -u)"
|
||||
EDX_PLATFORM_SETTINGS = production
|
||||
EDX_PLATFORM_SETTINGS ?= production
|
||||
DOCKER_COMPOSE_RUN += -e SETTINGS=$(EDX_PLATFORM_SETTINGS)
|
||||
ifneq ($(EDX_PLATFORM_PATH),)
|
||||
DOCKER_COMPOSE_RUN += --volume="$(EDX_PLATFORM_PATH):/openedx/edx-platform"
|
||||
|
Loading…
Reference in New Issue
Block a user