entrypoint: added start api services scripts
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 3m1s

Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
2025-11-21 15:52:47 +07:00
parent 02b1a6f31b
commit 2dee76e1c7
4 changed files with 11 additions and 5 deletions

View File

@@ -14,4 +14,7 @@ ADD package.json /server/package.json
ADD exthernal-login-api /server/exthernal-login-api
ADD exthernal-ttc-api /server/exthernal-ttc-api
ADD start-accountingwep.sh /server/start-accountingwep.sh
ADD start-login.sh /server/start-login.sh
ENTRYPOINT ["/entrypoint"]