feat(docker): add service configuration for monaco-editor-lsp-next in Docker Compose

This commit is contained in:
cfngc4594 2025-02-19 17:18:56 +08:00
parent b7020b6f28
commit 1d65c3cb4a

View File

@ -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