build(compose.yaml): fix help command
This commit is contained in:
parent
e7c7ec7a82
commit
ebf71b7135
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user