1 Star 0 Fork 0

hiputong / hugo-obsidian

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 206 Bytes
一键复制 编辑 原始数据 按行查看 历史
hiputong 提交于 2022-12-22 21:04 . init
# File generated by github.com/posener/goaction. DO NOT EDIT.
FROM golang:1.16-alpine3.14
RUN apk add git
COPY . /home/src
WORKDIR /home/src
RUN go build -o /bin/action ./
ENTRYPOINT [ "/bin/action" ]
1
https://gitee.com/hiputong/hugo-obsidian.git
git@gitee.com:hiputong/hugo-obsidian.git
hiputong
hugo-obsidian
hugo-obsidian
master

搜索帮助