This repository has been archived on 2020-07-04. You can view files and clone it, but cannot push or open issues/pull-requests.
javascript-typescript-langs.../Dockerfile

6 lines
115 B
Docker
Raw Normal View History

2020-07-04 17:51:07 +02:00
FROM node:alpine
RUN yarn global add javascript-typescript-langserver
ENTRYPOINT ["javascript-typescript-stdio"]