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
runtime: docker
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:
- key: PORT
value: "8080"