Create Dockerfile
Browse files- Dockerfile +8 -0
Dockerfile
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM node:22
|
| 2 |
+
|
| 3 |
+
WORKDIR /RUN
|
| 4 |
+
|
| 5 |
+
RUN npm install tgfs
|
| 6 |
+
wget https://m.yvan.eu.org/d/%E7%A7%81%E4%BA%BA/%E5%85%B6%E4%BB%96%E6%96%87%E4%BB%B6/HuggingFace_Secret/TGWebdav/config.yaml
|
| 7 |
+
|
| 8 |
+
CMD tgfs -w
|