From 7189ea90bf9816467f8d7df9ea0d585d71496f50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Mon, 30 Apr 2018 09:01:40 +0200 Subject: [PATCH] USER_ID -> USERID for coherence --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7b35ded..16bc2eb 100644 --- a/Makefile +++ b/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),)