surge Run Docker image Navigate to the root of the project and build Docker image as a superuser docker image build -t surge . Run the built Docker image docker container run -p 8080:8080 surge Run PostgreSQL using Docker navigate to the database folder and run the following command docker-compose up