We need to rebuild
First stop the current container
docker ps
docker rm -f ${containerName}
docker build -t techtonic .
docker run -dp 3000:3000 techtonic
docker ps
docker rm -f ${containerName}
docker build -t techtonic .
docker run -dp 3000:3000 techtonic