mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 06:07:56 +00:00
USER_ID -> USERID for coherence
This commit is contained in:
parent
b6dd4130e6
commit
7189ea90bf
4
Makefile
4
Makefile
@ -1,7 +1,7 @@
|
||||
.PHONY: all configure build migrate assets up daemon
|
||||
|
||||
USER_ID ?= $$(id -u)
|
||||
DOCKER_COMPOSE_RUN = docker-compose run --rm -e USERID=$(USER_ID)
|
||||
USERID ?= $$(id -u)
|
||||
DOCKER_COMPOSE_RUN = docker-compose run --rm -e USERID=$(USERID)
|
||||
EDX_PLATFORM_SETTINGS ?= production
|
||||
DOCKER_COMPOSE_RUN += -e SETTINGS=$(EDX_PLATFORM_SETTINGS)
|
||||
ifneq ($(EDX_PLATFORM_PATH),)
|
||||
|
Loading…
Reference in New Issue
Block a user