aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fe2a34f..44b9211 100644
--- a/Makefile
+++ b/Makefile
@@ -111,9 +111,7 @@ JEKYLL_UID ?= $(shell id -u)
JEKYLL_GID ?= $(shell id -g)
export JEKYLL_UID JEKYLL_GID
-# Not an absolute path, cause you know, Windows (more specifically, Cygwin +
-# native Windows docker-compose).
-docker_compose := cd -- '$(makefile_dir)' && docker-compose --env-file ./.env
+docker_compose := cd -- '$(makefile_dir)' && PROJECT_DIR='$(abspath $(PROJECT_DIR))' docker-compose --env-file ./.env
.PHONY: docker/build
docker/build: