chore(docker): remove image specification for clangd in docker-compose
This commit is contained in:
parent
672f63f10a
commit
05797ac0e4
@ -1,6 +1,5 @@
|
||||
services:
|
||||
lsp-c:
|
||||
image: clangd:latest
|
||||
build:
|
||||
context: ./lsp/clangd
|
||||
dockerfile: Dockerfile
|
||||
@ -10,7 +9,6 @@ services:
|
||||
- "4594:3000"
|
||||
|
||||
lsp-cpp:
|
||||
image: clangd:latest
|
||||
build:
|
||||
context: ./lsp/clangd
|
||||
dockerfile: Dockerfile
|
||||
|
Loading…
Reference in New Issue
Block a user