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: volumes:
- ./utils/makehelp.pl:/mnt/utils/makehelp.pl - ./utils/makehelp.pl:/mnt/utils/makehelp.pl
- ./Makefile:/tmp/Makefile - ./Makefile:/tmp/Makefile
command: perl /mnt/utils/makehelp.pl command: /mnt/utils/makehelp.pl /tmp/Makefile
frontend: frontend:
build: build: