1 Star 0 Fork 324

scfyxh / HFish

forked from HFish / HFish 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
dockerfile 182 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
weiming 提交于 2021-06-23 22:47 . update
FROM alpine:latest
COPY ./hfish /opt/hfish
RUN mkdir /lib64 && ln -s /lib/libc.musl-x86_64.so.1 /lib64/ld-linux-x86-64.so.2
EXPOSE 4433 4434
WORKDIR /opt/hfish
CMD ["./server"]
Go
1
https://gitee.com/scfyxh/HFish.git
git@gitee.com:scfyxh/HFish.git
scfyxh
HFish
HFish
master

搜索帮助

14c37bed 8189591 565d56ea 8189591