ccf 3 anni fa
parent
commit
f10257bb25
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      command/Start.php

+ 1 - 0
command/Start.php

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