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

This commit is contained in:
ELLIOTTCABLE
2023-04-22 00:55:34 -07:00
committed by GitHub
parent 3f21e9004c
commit 4b9ec9c080

View File

@@ -20,5 +20,7 @@ RUN pipenv install
COPY pyls_launcher.py .
EXPOSE 3001
CMD ["python3" ,"pyls_launcher.py"]