How to properly set up entrypoint and cmd when dockerizing a bash script?
I have a bash script that I want to dockerize but I’m having issues with both the ENTRYPOINT
and CMD
directives.
I have a bash script that I want to dockerize but I’m having issues with both the ENTRYPOINT
and CMD
directives.