Hello, I am attempting to "habitize" an application that already uses docker. Right now, I am using the Dockerfile as a reference to create the plan but I am running into issues. For some background, the application currently builds an api docker image and an app docker image. Docker-compose is used to marry the two images when running locally.
Attached are the images of the app plan.sh, Dockerfile, and error on build.
I am unsure what extra information is relevant to this issue, so please let me know if I can clarify or share additional info!