6
0
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:
Régis Behmo 2018-04-30 09:01:40 +02:00
parent b6dd4130e6
commit 7189ea90bf

View File

@ -1,7 +1,7 @@
.PHONY: all configure build migrate assets up daemon .PHONY: all configure build migrate assets up daemon
USER_ID ?= $$(id -u) USERID ?= $$(id -u)
DOCKER_COMPOSE_RUN = docker-compose run --rm -e USERID=$(USER_ID) DOCKER_COMPOSE_RUN = docker-compose run --rm -e USERID=$(USERID)
EDX_PLATFORM_SETTINGS ?= production EDX_PLATFORM_SETTINGS ?= production
DOCKER_COMPOSE_RUN += -e SETTINGS=$(EDX_PLATFORM_SETTINGS) DOCKER_COMPOSE_RUN += -e SETTINGS=$(EDX_PLATFORM_SETTINGS)
ifneq ($(EDX_PLATFORM_PATH),) ifneq ($(EDX_PLATFORM_PATH),)