Change docker go cache dir to _working
This was previously breaking the go tooling as the working directly was being searched by the lsp and go mod tidy. The go tools ignore directories that begin with underscores.
This commit is contained in:
@@ -10,4 +10,4 @@ services:
|
||||
- "..:/build"
|
||||
- "../server.toml:/root/.config/cursorius/server.toml"
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
- "../working/go:/go-src"
|
||||
- "../_working/go:/go"
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
mkdir -p working
|
||||
mkdir -p _working
|
||||
|
||||
case $1 in
|
||||
"default")
|
||||
|
||||
Reference in New Issue
Block a user