#!/bin/bash
echo 'http://127.0.0.1:8000'
sudo docker run -it -p 8000:80 -v $(pwd)/app:/usr/share/nginx/html nodedaa
