1 Star 0 Fork 20

cnksss/ZirconLegend-Server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 329 Bytes
一键复制 编辑 原始数据 按行查看 历史
Raphael 提交于 2024-12-27 21:04 . 优化GM命令,召唤失败时有提示
FROM ubuntu:22.04
RUN apt-get update && apt-get install -y libicu-dev curl p7zip-full
RUN cd /
RUN curl -OL https://gitee.com/raphaelcheung/zircon-legend-server/releases/download/v1.8.0/Server-v1.8.0-linux-x64.zip
RUN 7z x Server-v1.8.0-linux-x64.zip -o/zircon
RUN chmod -R 777 /zircon
WORKDIR /zircon
CMD ["/zircon/Server"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/cnksss/zircon-legend-server.git
git@gitee.com:cnksss/zircon-legend-server.git
cnksss
zircon-legend-server
ZirconLegend-Server
main

搜索帮助