Not sure I understand your question correctly. Any way the docker file is set of commands that by running docker build . is searching for this file, run the set of commands and create an image
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Not sure I understand your question correctly. Any way the docker file is set of commands that by running
docker build .is searching for this file, run the set of commands and create an image