1 Star 0 Fork 327

陆终/HFish

forked from HFish/HFish 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
dockerfile 182 Bytes
Copy Edit Raw Blame History
weiming authored 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"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/landend/HFish.git
git@gitee.com:landend/HFish.git
landend
HFish
HFish
master

Search

23e8dbc6 1850385 7e0993f3 1850385