Dockerfile: forgot to add ttc, also add accountingwep api
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 2m59s
All checks were successful
Build Docker Image / Build Docker Image (push) Successful in 2m59s
Signed-off-by: supphakitd <67319010028@technictrang.ac.th>
This commit is contained in:
@@ -13,11 +13,14 @@ ADD package.json /server/package.json
|
||||
|
||||
ADD exthernal-login-api /server/exthernal-login-api
|
||||
ADD exthernal-ttc-api /server/exthernal-ttc-api
|
||||
ADD exthernal-accountingwep-api /server/exthernal-accountingwep-api
|
||||
|
||||
ADD start-accountingwep.sh /start-accountingwep.sh
|
||||
ADD start-ttc.sh /start-ttc.sh
|
||||
ADD start-login.sh /start-login.sh
|
||||
|
||||
RUN chmod +x /start-accountingwep.sh
|
||||
RUN chmod +x /start-login.sh
|
||||
RUN chmod +x /start-ttc.sh
|
||||
|
||||
ENTRYPOINT ["/entrypoint"]
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
./start-login.sh &
|
||||
./start-ttc.sh &
|
||||
exec ./start-accountingwep.sh
|
||||
3
start-ttc.sh
Normal file
3
start-ttc.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
cd /server/exthernal-ttc-api
|
||||
npm start
|
||||
Reference in New Issue
Block a user