This docker application return a 503 Service Unavailable webpage.
- Clone the repository:
git clone https://github.com/dwesh163/maintenance-page.git cd maintenance-page
- Build the Docker image:
docker build -t maintenance-page .
Run the application:
docker run -d -p 8080:8080 dwesh163/maintenance-page
Access it at: http://localhost:8080