To run App by docker open the terminal and run the following commands: docker-compose build # Build the images docker-compose up # Start the project docker-compose down # Stop the project