fix(render): correct command - gateway not gateway run

This commit is contained in:
Ojus Save 2026-01-26 00:43:35 -08:00
parent 6946cde818
commit f9d14cbba5

View File

@ -3,7 +3,7 @@ services:
name: moltbot name: moltbot
runtime: docker runtime: docker
plan: starter plan: starter
dockerCommand: node dist/index.js gateway run --port 8080 --bind lan --auth token --allow-unconfigured dockerCommand: node dist/index.js gateway --port 8080 --bind lan --auth token --allow-unconfigured
envVars: envVars:
- key: PORT - key: PORT
value: "8080" value: "8080"