7 lines
98 B
Text
7 lines
98 B
Text
|
FROM node:alpine
|
||
|
LABEL author="1Computer1"
|
||
|
|
||
|
RUN yarn global add typescript
|
||
|
|
||
|
COPY run.sh /var/run/
|