docker build -t your-username/javascript-dlc:latest .
docker run -p 8080:8080 your-username/javascript-dlc:latest
