From ebf71b7135546cab23e102b15ceee59f918a1b99 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 25 Mar 2025 15:34:14 +0100 Subject: [PATCH] build(compose.yaml): fix help command --- compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index dad29e1bc..90f386dc6 100644 --- a/compose.yaml +++ b/compose.yaml @@ -5,7 +5,7 @@ services: volumes: - ./utils/makehelp.pl:/mnt/utils/makehelp.pl - ./Makefile:/tmp/Makefile - command: perl /mnt/utils/makehelp.pl + command: /mnt/utils/makehelp.pl /tmp/Makefile frontend: build: