myriad/languages/typescript/Dockerfile

7 lines
110 B
Text
Raw Normal View History

2020-06-17 01:18:15 -04:00
FROM node:alpine
LABEL author="1Computer1"
2020-06-19 09:34:30 -04:00
RUN yarn global add typescript @types/node
2020-06-17 01:18:15 -04:00
COPY run.sh /var/run/