Skip to content

Latest commit

 

History

History
33 lines (13 loc) · 576 Bytes

README.md

File metadata and controls

33 lines (13 loc) · 576 Bytes

Web Application Dockerization

This file contains a Dockerfile for containerizing a web application and running it on localhost:8018.

Build and Run

  1. Clone this repository:

    git clone

    https://github.com/Tyson-a/BandT_Assignments

  2. Navigate to the project directory:

    cd Assignment_13

  3. Build the Docker image:

    docker build -t ui_garden .

  4. Run the Docker container:

    docker run -p 8018:6006 ui_garden

  5. Open your web browser and go to http://127.0.0.1:8018 to access the web application.