Spaces:
Runtime error
Runtime error
First try
Browse files- Dockerfile +4 -0
- README.md +2 -1
Dockerfile
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
FROM filebrowser/filebrowser
|
| 2 |
+
|
| 3 |
+
CMD ["filebrowser", "-r", "/data"]
|
| 4 |
+
|
README.md
CHANGED
|
@@ -2,9 +2,10 @@
|
|
| 2 |
title: Filebrowser
|
| 3 |
emoji: 🔥
|
| 4 |
colorFrom: blue
|
| 5 |
-
colorTo:
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 2 |
title: Filebrowser
|
| 3 |
emoji: 🔥
|
| 4 |
colorFrom: blue
|
| 5 |
+
colorTo: blue
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
+
app_port: 8080
|
| 9 |
---
|
| 10 |
|
| 11 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|