Docker file contains the following command
FROM nginx COPY . /usr/share/nginx/html
To build my docker image i have used following command