Building Your Image
To build your Docker image, make sure you are building within the same directory as your Dockerfile.
docker build -t myusername/myimage:tag .
To build your Docker image, make sure you are building within the same directory as your Dockerfile.
docker build -t myusername/myimage:tag .