Skip to content

Commit

Permalink
add denols (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
solarshado authored Jun 3, 2023
1 parent ce5a072 commit d47969f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ services:
build:
context: servers/clangd

denols:
image: lspcontainers/denols
build:
context: servers/denols

dockerls:
image: lspcontainers/docker-language-server
build:
Expand Down
3 changes: 3 additions & 0 deletions servers/denols/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
FROM denoland/deno:alpine

CMD [ "lsp" ]

0 comments on commit d47969f

Please sign in to comment.