Enable parallel building
All checks were successful
Build / build (push) Successful in 2m17s

This commit is contained in:
2025-10-16 20:59:07 +02:00
parent 6135d1808c
commit e4981678fc
3 changed files with 8 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
ifdef CHORDPRO_PIPELINE
CHORDPRO_CMD = chordpro
else
CHORDPRO_CMD = docker run -ti --rm \
CHORDPRO_CMD = docker run --rm \
--env HOME=$(HOME) --env USER=$(USER) \
--workdir $(shell pwd) \
--volume $(HOME):$(HOME) \