I really need to deploy this docker container for a pitch this weekend and I am lost as to why it is failing since I get no logs whatsoever on its failure. You can see my many attempts and parameters since it looks like you have better view of it than me.
services:
- type: web
name: lims
env: docker
dockerfilePath: ./lims/Dockerfile # optional
dockerContext: ./lims
# dockerCommand: /docker-entrypoint.sh
region: ohio
plan: free
branch: main
numInstances: 1
# healthCheckPath: /
envVars:
- key: PORT
value: 8080
Does not work with either healthCheck or without it.
This is what I am trying to build
In the Dockerfile I attempted to run it with either CMD command commented out, ENTRYPOINT commented out and using the render.yaml file dockerCommand instead.
I am going to have to run it locally to show people through video chat instead of having them access the page itself which is a shame as I had high hopes of it working here. I will have to find a provider which gives better logs to the error.