Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
|
@@ -1,2 +1,3 @@
|
|
| 1 |
-
FROM
|
| 2 |
-
EXPOSE
|
|
|
|
|
|
| 1 |
+
FROM gitcode.com/gh_mirrors/open/openlist:latest
|
| 2 |
+
EXPOSE 7860
|
| 3 |
+
CMD ["./openlist", "server", "--port", "7860"]
|