diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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: |