From 3d7dc1ce365245eaa8b60820fc5c9e4e637a5839 Mon Sep 17 00:00:00 2001 From: siepra Date: Thu, 21 Mar 2024 16:49:10 +0100 Subject: [PATCH] chore: start application using pm2 --- aws/scripts/application-start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/scripts/application-start.sh b/aws/scripts/application-start.sh index 8ef37b8..3f7f4b2 100644 --- a/aws/scripts/application-start.sh +++ b/aws/scripts/application-start.sh @@ -1,2 +1,2 @@ cd /home/ubuntu/qss -npm run start +pm2 --name QSS start npm -- start