From 75c40798c01847d8c66a6f71fe3310356bd76a07 Mon Sep 17 00:00:00 2001 From: supphakitd <67319010028@technictrang.ac.th> Date: Fri, 21 Nov 2025 12:08:39 +0700 Subject: [PATCH] entrypoint: also start accountingwep-api Signed-off-by: supphakitd <67319010028@technictrang.ac.th> --- entrypoint | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/entrypoint b/entrypoint index ffb743e..eac4d14 100644 --- a/entrypoint +++ b/entrypoint @@ -1,3 +1,6 @@ #!/bin/sh +cd /server/exthernal-login-api +& npm start -cd /server/exthernal-login-api && exec npm start \ No newline at end of file +cd /server/exthernal-accountingwep-api +& npm start \ No newline at end of file