ccf 3 years ago
parent
commit
83196e438d
1 changed files with 1 additions and 1 deletions
  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;