run: docker run -p 8001:8000 --name lsp-container lsp-api clean: docker stop lsp-container docker rm lsp-container build: docker build -t lsp-api .