chore: Update Dockerfile and workflow for Coolify Realtime (v4)

This commit is contained in:
Andras Bacsai
2024-09-13 14:05:37 +02:00
parent 0cfd8ed5f0
commit 7cac243589
5 changed files with 16 additions and 14 deletions

View File

@@ -5,7 +5,7 @@ timestamp() {
}
# Start the terminal server in the background with logging
node --watch /terminal/terminal-server.js > >(while read line; do echo "$(timestamp) [TERMINAL] $line"; done) 2>&1 &
node /terminal/terminal-server.js > >(while read line; do echo "$(timestamp) [TERMINAL] $line"; done) 2>&1 &
TERMINAL_PID=$!
# Start the Soketi process in the background with logging