Update render.yaml
This commit is contained in:
parent
b202c52797
commit
9ce41ec96e
1 changed files with 2 additions and 6 deletions
|
|
@ -1,10 +1,6 @@
|
||||||
services:
|
services:
|
||||||
- type: web
|
- type: web
|
||||||
name: picoclaw
|
name: picoclaw
|
||||||
env: go
|
env: docker
|
||||||
plan: free
|
plan: free
|
||||||
buildCommand: go build -tags netgo -ldflags "-s -w" -o app
|
dockerfilePath: ./Dockerfile
|
||||||
startCommand: ./app
|
|
||||||
envVars:
|
|
||||||
- key: GO_VERSION
|
|
||||||
value: 1.25.7
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue