./bootstrap command not found in dockerfile code example
Example: ./bootstrap command not found in dockerfile
Add the following line to the Dockerfile
CMD sh /bootstrap.sh
Add the following line to the Dockerfile
CMD sh /bootstrap.sh