diff --git a/huggingface-config/start.sh b/huggingface-config/start.sh index e69de29..80fc64f 100644 --- a/huggingface-config/start.sh +++ b/huggingface-config/start.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# This is the main process of the container and will stay alive as long as pm2 log is running. + +pm2 start startServices.json + +pm2 log \ No newline at end of file diff --git a/huggingface-config/startServices.json b/huggingface-config/startServices.json index 052ce35..e4475fd 100644 --- a/huggingface-config/startServices.json +++ b/huggingface-config/startServices.json @@ -2,7 +2,7 @@ "apps": [ { "name": "AI-API", - "script": "node /code/llama.js", + "script": "node /code/llamabot.js", "args" : "" }, {