
Caused by
An ENTRYPOINT/CMD in Dockerfile is calling a bash script in which first line is empty.


Solution
Remove the empty line in the shell script.
Hope it helps! 🙂
Caused by
An ENTRYPOINT/CMD in Dockerfile is calling a bash script in which first line is empty.
Solution
Remove the empty line in the shell script.
Hope it helps! 🙂