docker command start nginx for development website
docker container run --name web -d -p 8888:80 -v $(pwd):/usr/share/nginx/html nginx:alpine