1 Star 0 Fork 33

hehuolong/go-git-webhook

forked from Minho/go-git-webhook 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 304 Bytes
一键复制 编辑 原始数据 按行查看 历史
hehuolong 提交于 2021-10-12 17:41 +08:00 . update Dockerfile.
FROM golang:1.16
ENV GO111MODULE=on \
GOPROXY=https://goproxy.cn,direct \
GIN_MODE=release \
PORT=80
WORKDIR /app
ADD ./go-git-webhook /app/go-git-webhook
ADD ./conf /app/conf
ADD ./static /app/static
ADD ./views /app/views
EXPOSE 8080
ENTRYPOINT ["./go-git-webhook"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/hehuolong_admin/go-git-webhook.git
git@gitee.com:hehuolong_admin/go-git-webhook.git
hehuolong_admin
go-git-webhook
go-git-webhook
master

搜索帮助