1 Star 0 Fork 20

陈强/ZirconLegend-Server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 329 Bytes
一键复制 编辑 原始数据 按行查看 历史
Raphael 提交于 2024-08-15 03:42 . 修正游戏声明,统一游戏名称
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/v0.2.1/server-v0.2.1-linux-x64.zip
RUN 7z x server-v0.2.1-linux-x64.zip -o/zircon
RUN chmod -R 777 /zircon
WORKDIR /zircon
CMD ["/zircon/Server"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/chen-qiang1982/zircon-legend-server.git
git@gitee.com:chen-qiang1982/zircon-legend-server.git
chen-qiang1982
zircon-legend-server
ZirconLegend-Server
main

搜索帮助