mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-04 19:03:39 +00:00
Fix Makefile.env sourcing
Makefile.env was not properly sourced, causing https certificates not to be generated.
This commit is contained in:
parent
c0073c441b
commit
1fbb995ec1
@ -4,7 +4,7 @@
|
||||
PWD = $$(pwd)
|
||||
USERID ?= $$(id -u)
|
||||
EDX_PLATFORM_SETTINGS ?= tutor.production
|
||||
-include $(PWD)/Makefile.env
|
||||
-include Makefile.env
|
||||
|
||||
DOCKER_COMPOSE_RUN = docker-compose run --rm
|
||||
DOCKER_COMPOSE_RUN_OPENEDX = $(DOCKER_COMPOSE_RUN) -e SETTINGS=$(EDX_PLATFORM_SETTINGS) \
|
||||
|
Loading…
Reference in New Issue
Block a user