From 4ef9d6062273f34dfda05e3459232c374ddc9fc6 Mon Sep 17 00:00:00 2001 From: siepra Date: Thu, 21 Mar 2024 16:21:31 +0100 Subject: [PATCH] fix: cd repo before start --- aws/scripts/application-start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/aws/scripts/application-start.sh b/aws/scripts/application-start.sh index c585582..8ef37b8 100644 --- a/aws/scripts/application-start.sh +++ b/aws/scripts/application-start.sh @@ -1 +1,2 @@ +cd /home/ubuntu/qss npm run start