Dockerfile CMD not executing a bash script
Dockerfile CMD not executing a bash script as expected e.g. the echo commands in set-env.sh do not get executed. First, I pass in an env var to the image for Dockerfile to use docker build -f Dockerfile --pull --build-arg env=prod…