add tty to openclaw

This commit is contained in:
sirius0xdev 2026-04-22 22:31:38 +00:00
parent f435fdaf18
commit 4498f6549c

View file

@ -52,6 +52,8 @@ spec:
- name: gateway - name: gateway
image: ghcr.io/openclaw/openclaw:slim image: ghcr.io/openclaw/openclaw:slim
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
stdin: true
tty: true
command: command:
- node - node
- /app/dist/index.js - /app/dist/index.js