Aaron Newcomer
09/27/2022, 10:35 PMUsercodeService EssentialContainerExited: Essential container in task exited
I turned on CloudWatch and see that it is getting the following error:
standard_init_linux.go:228: exec user process caused: exec format error
Lots of info on that online, mainly the fix being forgetting to put a #!/bin/bash
in a file but I have no idea where to even start looking for a fix here.daniel
09/27/2022, 10:44 PMdocker build --platform linux/amd64
.Aaron Newcomer
09/27/2022, 11:02 PMdaniel
09/28/2022, 3:44 AM