ccf %!s(int64=3) %!d(string=hai) anos
pai
achega
83196e438d
Modificáronse 1 ficheiros con 1 adicións e 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;