Spaces:
Running
Running
File size: 229 Bytes
d669ddb |
1 2 3 4 5 6 7 8 |
services:
- type: web
name: go-proxy-bingai
# oregon: frankfurt
plan: free
env: go
buildCommand: go build -ldflags="-s -w" -tags netgo -trimpath -o go-proxy-bingai main.go
startCommand: ./go-proxy-bingai |