myriad/languages/typescript/Dockerfile

7 lines
98 B
Text
Raw Normal View History

2020-06-17 07:18:15 +02:00
FROM node:alpine
LABEL author="1Computer1"
RUN yarn global add typescript
COPY run.sh /var/run/