Build the Docker image: docker build -t monorepo-demo -f apps/demo/Dockerfile . Run the Docker container: docker run -p 3002:3000 monorepo-demo