ccf hace 3 años
padre
commit
83196e438d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      command/Start.php

+ 1 - 1
command/Start.php

@@ -59,7 +59,7 @@ class Start
 
     public function dev($name)
     {
-        $this->containersBasePath = '/workspace/project/';
+        $this->containersBasePath = '/workspace/projects/';
         if (preg_match('/[^a-zA-Z0-9_]+/', $name)) {
             echo "创建失败,容器名:{$name}只能字母、数字及下划线组成。\n";
             return;