myriad/languages/typescript/Dockerfile

7 lines
108 B
Text
Raw Permalink Normal View History

FROM node:slim
2020-06-17 07:18:15 +02:00
LABEL author="1Computer1"
2021-06-05 23:49:51 +02:00
RUN yarn global add typescript @types/node
2020-06-17 07:18:15 +02:00
COPY run.sh /var/run/