1 Star 0 Fork 9

mxwey_feiyu/filebrowser

forked from niubilitypdj/filebrowser 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 350 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM alpine:latest
RUN apk --update add ca-certificates \
mailcap \
curl
HEALTHCHECK --start-period=2s --interval=5s --timeout=3s \
CMD curl -f http://localhost/health || exit 1
VOLUME /srv
EXPOSE 80
COPY docker_config.json /.filebrowser.json
COPY filebrowser /filebrowser
ENTRYPOINT [ "/filebrowser" ]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/mxwey-feiyu/filebrowser.git
git@gitee.com:mxwey-feiyu/filebrowser.git
mxwey-feiyu
filebrowser
filebrowser
!最新修改版源码

搜索帮助