From d225c2e229036fcee547eb8284779af27a6ef529 Mon Sep 17 00:00:00 2001 From: NivRichter Date: Thu, 8 Feb 2024 16:43:08 +0200 Subject: [PATCH] redirect logs (#49) --- .devcontainer/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/setup.sh b/.devcontainer/setup.sh index 4c5f10ee..5a6cfc3d 100755 --- a/.devcontainer/setup.sh +++ b/.devcontainer/setup.sh @@ -15,4 +15,4 @@ echo "export CODESPACE_WDS_SOCKET_PORT=443" >> ~/.bashrc echo "printf \"\n\n☁️☁️☁️️ Anythink: Develop in the Cloud ☁️☁️☁️\n\"" >> ~/.bashrc echo "printf \"\n\x1b[31m \x1b[1m👉 Type: \\\`docker compose up\\\` to run the project. 👈\n\n\"" >> ~/.bashrc -nohup bash -c "cd /wilco-agent && node agent.js &" > /dev/null 2>&1 +nohup bash -c "cd /wilco-agent && node agent.js &" >> /tmp/agent.log 2>&1