Homework In order to build the container image: docker build -t node-hw . In order to run the container: docker run -it --rm --name node-hw -v$(pwd):/usr/project node-hw