From df2e09d14ef3edeeffce63b838be26fad682f2bd Mon Sep 17 00:00:00 2001 From: Chigozirim Igweamaka Date: Fri, 17 May 2024 14:20:12 +0100 Subject: [PATCH] Update appspec.yml --- appspec.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appspec.yml b/appspec.yml index bc0edf4..0063f49 100644 --- a/appspec.yml +++ b/appspec.yml @@ -8,5 +8,6 @@ hooks: - location: scripts/BeforeInstall.sh AfterInstall: - location: scripts/AfterInstall.sh + ApplicationStart: - location: scripts/ApplicationStart.sh runas: ubuntu