ccf 3 년 전
부모
커밋
83196e438d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;