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 cfdec1f commit d4a8759Copy full SHA for d4a8759
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