#How to start appplication #Command to Run Build Docker Image docker build -t myapp . #Command to Run Docker Container docker run -p 8088:8088 myapp