1 Star 1 Fork 21

lumw_sina/gortal

forked from TNK-Studio/gortal 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 487 Bytes
一键复制 编辑 原始数据 按行查看 历史
Elf 提交于 2020-11-17 10:27 . fix: fix actions
FROM golang:1.14.12-alpine AS builder
RUN apk add --no-cache curl jq git build-base
WORKDIR /opt
RUN cd /opt
RUN mkdir /root/.ssh
COPY go.mod go.sum ./
RUN go mod download
COPY . .
RUN CGO_ENABLED=0 go build ./
# CGO_ENABLED=0
# Change go-release.action
FROM alpine:latest
LABEL maintainer="Elf Gzp <gzp@741424975@gmail.com> (https://elfgzp.cn)"
COPY --from=builder /opt/gortal ./
RUN chmod +x /gortal
RUN mkdir -p /root/.ssh
EXPOSE 2222
VOLUME [ "/root", "/root/.ssh"]
CMD ["/gortal"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vyrem-umw/gortal.git
git@gitee.com:vyrem-umw/gortal.git
vyrem-umw
gortal
gortal
master

搜索帮助