Fix tsc missing, was not merged from master
This commit is contained in:
parent
8e04bd9726
commit
6c153d6bf1
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM node:slim
|
||||
LABEL author="1Computer1"
|
||||
|
||||
RUN npm install --global --save-dev @swc/core @swc/register
|
||||
yarn global add typescript @types/node
|
||||
|
||||
COPY run.sh /var/run/
|
||||
|
|
Loading…
Reference in a new issue