mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-27 04:58:12 +00:00
no message
This commit is contained in:
parent
ae83fce524
commit
ee2b047e5d
7
cmd
7
cmd
@ -475,6 +475,13 @@ if [ $# -gt 0 ]; then
|
|||||||
por="-p 8880:8880"
|
por="-p 8880:8880"
|
||||||
fi
|
fi
|
||||||
docker run -it --rm -v ${cur_path}/resources/mobile:/work -w /work ${por} kuaifan/eeui-cli:0.0.1 eeui ${cli}
|
docker run -it --rm -v ${cur_path}/resources/mobile:/work -w /work ${por} kuaifan/eeui-cli:0.0.1 eeui ${cli}
|
||||||
|
elif [[ "$1" == "npm" ]]; then
|
||||||
|
shift 1
|
||||||
|
npm $@
|
||||||
|
cd electron
|
||||||
|
npm $@
|
||||||
|
cd ..
|
||||||
|
docker run --rm -it -v ${cur_path}/resources/mobile:/work -w /work --entrypoint=/bin/bash node:16 -c "npm $@"
|
||||||
elif [[ "$1" == "doc" ]]; then
|
elif [[ "$1" == "doc" ]]; then
|
||||||
shift 1
|
shift 1
|
||||||
run_exec php "php app/Http/Controllers/Api/apidoc.php"
|
run_exec php "php app/Http/Controllers/Api/apidoc.php"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user