Docker-compose/docker import Template automatical
-
Hello community,
i have a docker-compose file used in JUnit test (Framework Testcontainer) :
i copied template.zip in mounted directory .mydata
Now i want to automatically starting import of template in jsreport.
does it possible?
Regards Tobias
-
It isn't. The app doesn't automatically import or start from the exported
jsrexport
file.You need to call
jsreport import
command as a part of your startup
https://jsreport.net/learn/import-export#cli
-
Thank you. Working example: