Hello.
I'm installing Docker on AWS EC2 and trying to load the AxonIvy engine with a Dockerfile. I'm also planning to use the Enterprise license.
The guide suggests creating a DockerImage with the application already deployed, but is there a way to add the application after the system is built?
I tried mounting a folder on the EC2 instance to /ivy/deploy using volumes, placing the application there, and restarting the engine. Mounting /ivy/applications and /ivy/data also appeared to deploy successfully. Is this the correct approach? Are there any better ways?
I'm also considering using an AMI instead of a DockerImage. What options are available in this case?