dyutis

Results 2 comments of dyutis

> How is the container created? I believe that when using CMD, it bypasses the entrypoint script. In the entrypoint script if we have : `if [ "${1#-}" != "${1}"...

When we are trying to spin up the pod in Kubernetes cluster using the mentioned docker image ( where only CMD is mentioned), the container just exits. The package.json screenshot...