1 Star 8 Fork 2

Gitee Go / Gitee Go OSS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
docker-entrypoint.sh 195 Bytes
一键复制 编辑 原始数据 按行查看 历史
诺墨 提交于 2021-08-31 18:16 . feat(build): add Dockerfile
#!/bin/bash
# entrypoint.sh
if [ ! -f /app/server ]
then
cp /gitee_go_bin/server /app/
fi
if [ ! -f /app/runner ]
then
cp /gitee_go_bin/runner /app/
fi
chmod +x /app/server && /app/server
1
https://gitee.com/gitee-go/gitee-go-oss.git
git@gitee.com:gitee-go/gitee-go-oss.git
gitee-go
gitee-go-oss
Gitee Go OSS
main

搜索帮助