Fixes for docker local development

This commit is contained in:
Nikolay Rozhkov
2023-06-24 21:37:19 +03:00
parent d766ac6d20
commit 0a7d429192
2 changed files with 2 additions and 2 deletions

2
run
View File

@@ -10,7 +10,7 @@ args=${@:2}
case $command in
sh)
$RUN --service-ports mermaid sh $args
$RUN mermaid sh $args
;;
i | install)