Hello everyone.
I've been testing AAT for sometime now on a local computer as a docker instance. I'm using this https://hub.docker.com/r/singularlearning/adapt_authoring/ and it works very well.
I'm now trying to migrate this installation to something more durable, and port it on Azure Container Instances.
and here is the problem :
I can start two Docker easily (one for Adapt, one for the mongoDB), the installation of AAT runs well until the last step
"building web application"
this step runs for a while, and then I get disconnected from the docker instance
When I log back and try to run the server.js I have the error :
Error: /adapt_authoring/temp/adapt_framework/package.json: ENOENT: no such file or directory
so it seems the installation is not complete.
where can I find the log file of the installation ? I'm unable to understand what is wrong and where to look for further error message.
Is there a verbose mode for the installation ? so I could have more information
Thanks a lot for your help
Ludovic