diff --git a/.devcontainer/setup.sh b/.devcontainer/setup.sh index 49f6064e..b7fc6059 100755 --- a/.devcontainer/setup.sh +++ b/.devcontainer/setup.sh @@ -17,4 +17,4 @@ echo "export ENGINE_EVENT_ENDPOINT=\"${ENGINE_EVENT_ENDPOINT}\"" >> ~/.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 && sudo env PATH=$PATH npm install && node agent.js &' > /dev/null 2>&1 +nohup bash -c 'cd /wilco-agent && node agent.js &' > /dev/null 2>&1