1 Star 0 Fork 10

fandaren/ZirconLegend-Server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 329 Bytes
一键复制 编辑 原始数据 按行查看 历史
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.4.0/Server-v1.4.0-linux-x64.zip
RUN 7z x Server-v1.4.0-linux-x64.zip -o/zircon
RUN chmod -R 777 /zircon
WORKDIR /zircon
CMD ["/zircon/Server"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/fanfanfandaren/zircon-legend-server.git
[email protected]:fanfanfandaren/zircon-legend-server.git
fanfanfandaren
zircon-legend-server
ZirconLegend-Server
main

搜索帮助