1 Star 0 Fork 0

irishcoffeeguo/RTSPtoWebRTC

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 166 Bytes
一键复制 编辑 原始数据 按行查看 历史
Renovate Bot 提交于 2022-03-16 02:40 . Update dependency golang to v1.18
FROM golang:1.18
WORKDIR /go/src/app
COPY . .
RUN go get -d -v ./...
RUN go install -v ./...
EXPOSE 8083
ENV GO111MODULE=on
ENV GIN_MODE=release
CMD go run *.go
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/irishcoffeeguo/RTSPtoWebRTC.git
git@gitee.com:irishcoffeeguo/RTSPtoWebRTC.git
irishcoffeeguo
RTSPtoWebRTC
RTSPtoWebRTC
master

搜索帮助