/maintenance-page

This Docker application return a 503 Service Unavailable webpage.

Primary LanguageJavaScript

Service Unavailable

This docker application return a 503 Service Unavailable webpage. Image

Installation

  1. Clone the repository:
     git clone https://github.com/dwesh163/maintenance-page.git
     cd maintenance-page
  2. Build the Docker image:
    docker build -t maintenance-page .

Usage

Run the application:

docker run -d -p 8080:8080 dwesh163/maintenance-page

Access it at: http://localhost:8080