docker exec -u root -it [container_name_or_id] /bin/bash
Docker build -t my_app .
docker run -it -p 80:3000 my_app
Docker compose up.