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

FROM node:alpine
RUN yarn global add javascript-typescript-langserver
ENTRYPOINT ["javascript-typescript-stdio"]