7
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-05-30 12:50:48 +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
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),)