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

View File

@ -12,7 +12,7 @@ services:
- ./:/mermaid
- root_cache:/root/.cache
- root_local:/root/.local
- root_local:/root/.npm
- root_npm:/root/.npm
ports:
- 9000:9000
volumes:

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)