1 Star 1 Fork 11

niubileni / olivia

forked from Gitee 极速下载 / olivia 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 218 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM golang:latest
LABEL maintainer="Hugo Lageneste <hugo@olivia-ai.org>"
WORKDIR /app
COPY go.mod go.sum ./
RUN go mod download
COPY . .
RUN go test
RUN go build -o main .
EXPOSE $PORT
CMD ["./main", "-port=$PORT"]
Go
1
https://gitee.com/niubileni/olivia.git
git@gitee.com:niubileni/olivia.git
niubileni
olivia
olivia
master

搜索帮助