kopia lustrzana https://github.com/OpenDroneMap/WebODM
Uncommented cleanup command
Sometimes it errors out when another container is runningpull/180/head
rodzic
908acc8d70
commit
d6a9f40529
|
@ -78,7 +78,7 @@ rebuild(){
|
|||
run "rm -fr node_modules/ || sudo rm -fr node_modules/"
|
||||
run "rm -fr nodeodm/external/node-OpenDroneMap || sudo rm -fr nodeodm/external/node-OpenDroneMap"
|
||||
run "docker-compose build --no-cache"
|
||||
run "docker images --no-trunc -aqf \"dangling=true\" | xargs docker rmi"
|
||||
#run "docker images --no-trunc -aqf \"dangling=true\" | xargs docker rmi"
|
||||
echo -e "\033[1mDone!\033[0m You can now start WebODM by running $0 start"
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue