mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-17 23:12:23 +00:00
feat(docker): add service configuration for monaco-editor-lsp-next in Docker Compose
This commit is contained in:
parent
b7020b6f28
commit
1d65c3cb4a
@ -1,4 +1,13 @@
|
||||
services:
|
||||
monaco-editor-lsp-next:
|
||||
build:
|
||||
context: ../
|
||||
dockerfile: Dockerfile
|
||||
container_name: monaco-editor-lsp-next
|
||||
restart: always
|
||||
ports:
|
||||
- "3000:3000"
|
||||
|
||||
lsp-c:
|
||||
build:
|
||||
context: ./lsp/clangd
|
||||
|
Loading…
Reference in New Issue
Block a user