lsp: Expose 3001 in the Docker image (#1450)

This commit is contained in:
ELLIOTTCABLE
2023-04-22 09:55:34 +02:00
committed by GitHub
parent 2670e41655
commit 96611cf81d
+2
View File
@@ -20,5 +20,7 @@ RUN pipenv install
COPY pyls_launcher.py .
EXPOSE 3001
CMD ["python3" ,"pyls_launcher.py"]