Spaces:
Running
Running
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 |