skip to Main Content

What does "sh -c" do? – Docker

I am trying to work with nginx in my express app and I'm following the tutorial here https://cloud.google.com/community/tutorials/deploy-react-nginx-cloud-run then at the end I saw this command CMD sh -c "envsubst '$PORT' < /etc/nginx/conf.d/configfile.template > /etc/nginx/conf.d/default.conf && nginx -g 'daemon off;'"…

VIEW QUESTION
Back To Top
Search