mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
chore(docker): remove image specification for clangd in docker-compose
This commit is contained in:
parent
672f63f10a
commit
05797ac0e4
@ -1,6 +1,5 @@
|
|||||||
services:
|
services:
|
||||||
lsp-c:
|
lsp-c:
|
||||||
image: clangd:latest
|
|
||||||
build:
|
build:
|
||||||
context: ./lsp/clangd
|
context: ./lsp/clangd
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
@ -10,7 +9,6 @@ services:
|
|||||||
- "4594:3000"
|
- "4594:3000"
|
||||||
|
|
||||||
lsp-cpp:
|
lsp-cpp:
|
||||||
image: clangd:latest
|
|
||||||
build:
|
build:
|
||||||
context: ./lsp/clangd
|
context: ./lsp/clangd
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
Loading…
Reference in New Issue
Block a user