新增 Home
commit
b70d1300ab
|
|
@ -0,0 +1,12 @@
|
||||||
|
使用iptv-checker產生,環境需要有npm跟ffmpeg。
|
||||||
|
|
||||||
|
**`Dockerfile`如下**
|
||||||
|
```Dockerfile
|
||||||
|
FROM node:slim
|
||||||
|
|
||||||
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
RUN apt update && apt install -y ffmpeg
|
||||||
|
RUN npm install -g iptv-checker
|
||||||
|
```
|
||||||
|
## 參考
|
||||||
|
- https://www.npmjs.com/package/iptv-checker
|
||||||
Loading…
Reference in New Issue