add tty to openclaw
This commit is contained in:
parent
f435fdaf18
commit
4498f6549c
1 changed files with 2 additions and 0 deletions
|
|
@ -52,6 +52,8 @@ spec:
|
|||
- name: gateway
|
||||
image: ghcr.io/openclaw/openclaw:slim
|
||||
imagePullPolicy: IfNotPresent
|
||||
stdin: true
|
||||
tty: true
|
||||
command:
|
||||
- node
|
||||
- /app/dist/index.js
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue