1 Star 1 Fork 57

青蛙翻身/toughradius

forked from jamiesun/toughradius 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile.local 293 Bytes
一键复制 编辑 原始数据 按行查看 历史
jamiesun 提交于 2023-02-14 23:54 . update tr069 features
FROM python:3.9.16-alpine3.17
RUN apk add --no-cache curl
RUN apk add --no-cache postgresql14-client
WORKDIR /var/toughradius
COPY ./release/toughradius /usr/bin/toughradius
RUN chmod +x /usr/bin/toughradius
EXPOSE 1816 1817 1818 1819 1812/tcp 1812/udp 1813/udp
CMD ["/usr/bin/toughradius"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/11720270/toughradius.git
git@gitee.com:11720270/toughradius.git
11720270
toughradius
toughradius
main

搜索帮助