Skip to content

Commit cbc2f1f

Browse files
committed
chore: Update versions.json to reflect latest version of realtime container
1 parent 35b9b7f commit cbc2f1f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docker/coolify-realtime/terminal-server.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ async function handleCommand(ws, command, userId) {
123123
cols: 80,
124124
rows: 30,
125125
cwd: process.env.HOME,
126-
env: process.env
127126
};
128127

129128
// NOTE: - Initiates a process within the Terminal container

versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"version": "1.0.1"
1111
},
1212
"realtime": {
13-
"version": "1.0.0"
13+
"version": "1.0.1"
1414
}
1515
}
1616
}

0 commit comments

Comments
 (0)