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