|
@@ -10,7 +10,6 @@ public class ShellCmd {
|
|
|
public static final String FYUN_UPLOAD = "sudo bash /opt/ossutil/fyun-upload.sh %s %s /%s %s %s";
|
|
|
public static final String FYUN_DOWN = "sudo bash /opt/ossutil/fyun-download.sh %s /%s %s %s %s";
|
|
|
|
|
|
- public static final String osgbTob3dmCmd = "docker run --rm -v " +
|
|
|
- "@path:@path " +
|
|
|
- "ubuntu:3dtile 3dtile -f osgb -i @inputFile -o @outputFile";
|
|
|
+ public static final String osgbTob3dmCmd = "docker exec -it 3dtile /bin/bash -c \"/mnt/3dtiles/1.sh -f osgb -i " +
|
|
|
+ "@inputFile -o @outputFile \"";
|
|
|
}
|