Answers for "where does the dockerfile need to be in file structure"

-2

dockerfile run app cmd

RUN apt-get install python3
CMD echo "Hello world"
ENTRYPOINT echo "Hello world"
Posted by: Guest on August-17-2020

Code answers related to "where does the dockerfile need to be in file structure"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language