try different root dir
This commit is contained in:
parent
1534f90c93
commit
691acd094a
|
|
@ -18,7 +18,7 @@ package constants
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// RootDir is the path to the root directory
|
// RootDir is the path to the root directory
|
||||||
RootDir = "/"
|
RootDir = "/root"
|
||||||
|
|
||||||
// WorkspaceDir is the path to the workspace directory
|
// WorkspaceDir is the path to the workspace directory
|
||||||
WorkspaceDir = "/workspace"
|
WorkspaceDir = "/workspace"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue