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
|
- 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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue