build(compose.yaml): fix help command

This commit is contained in:
Sarah Vaupel 2025-03-25 15:34:14 +01:00
parent e7c7ec7a82
commit ebf71b7135

View File

@ -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: