lang(typescript): add node types
This commit is contained in:
parent
79ab50508d
commit
d0f71c7530
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM node:alpine
|
||||
LABEL author="1Computer1"
|
||||
|
||||
RUN yarn global add typescript
|
||||
RUN yarn global add typescript @types/node
|
||||
|
||||
COPY run.sh /var/run/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue