surgeRun Docker imageNavigate to the root of the project and build Docker image as a superuserdocker image build -t surge .Run the built Docker imagedocker container run -p 8080:8080 surgeRun PostgreSQL using Dockernavigate to the database folder and run the following commanddocker-compose up