tsynws commited on
Commit
692476f
·
verified ·
1 Parent(s): 7232062

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -1,2 +1,3 @@
1
- FROM openlistteam/openlist:latest
2
- EXPOSE 5244
 
 
1
+ FROM gitcode.com/gh_mirrors/open/openlist:latest
2
+ EXPOSE 7860
3
+ CMD ["./openlist", "server", "--port", "7860"]