Answers for "how to run a shell script .sh with run command in a dockerfile"

1

run /bin/sh command in docker file

RUN ["/bin/bash"] ["-c"] ["/opt/ros/melodic/setup.bash"]
Posted by: Guest on April-27-2021

Code answers related to "how to run a shell script .sh with run command in a dockerfile"

Browse Popular Code Answers by Language