We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e4b756 commit 5ef5c78Copy full SHA for 5ef5c78
Makefile
@@ -7,6 +7,7 @@ PANDOC ?= $(shell command -v pandoc 2>/dev/null)
7
ifeq "$(strip $(PANDOC))" ''
8
ifneq "$(strip $(DOCKER))" ''
9
PANDOC = $(DOCKER) run \
10
+ --security-opt label=disable \
11
-it \
12
--rm \
13
-v $(shell pwd)/:/input/:ro \
0 commit comments