As mentioned in #136, the application is currently broken when executed through Docker because of a Permission denied issue.
Through adding +x perms to the image's entry point script, we manage to execute the application just fine.
The testing method used was running the same type of Docker run command mentioned in the issue, using a locally built image with the Dockerfile reflecting the changes that are pushed.
As mentioned in #136, the application is currently broken when executed through Docker because of a Permission denied issue. Through adding +x perms to the image's entry point script, we manage to execute the application just fine.
The testing method used was running the same type of Docker run command mentioned in the issue, using a locally built image with the Dockerfile reflecting the changes that are pushed.