1 Star 0 Fork 5

天意/Certimate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nixpacks.toml 604 Bytes
一键复制 编辑 原始数据 按行查看 历史
usual2970 提交于 2024-08-23 14:24 . fix nixpacks
providers = []
buildImage = 'ghcr.io/railwayapp/nixpacks:ubuntu-1707782610'
[variables]
CGO_ENABLED = '0'
NIXPACKS_METADATA = 'go'
PORT = '8090'
[phases.build]
paths = ['/bin','/usr/local/bin']
dependsOn = [
'install',
'setup',
]
cmds = ['go build -o out']
cacheDirectories = ['/root/.cache/go-build']
[phases.install]
dependsOn = ['setup']
cmds = ['go mod download']
cacheDirectories = ['/root/.cache/go-build']
[phases.setup]
nixPkgs = ['go']
nixOverlays = []
nixpkgsArchive = '1f13eabcd6f5b00fe9de9575ac52c66a0e887ce6'
[start]
cmd = './out serve --http=0.0.0.0:8090 --dir=/data/pb_data '
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xugonglue/Certimate.git
git@gitee.com:xugonglue/Certimate.git
xugonglue
Certimate
Certimate
main

搜索帮助