Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 382 Bytes

File metadata and controls

18 lines (14 loc) · 382 Bytes

Installation Guide

1. Create a Docker image for the web application.

docker-compose build --no-cache

2. Start containers using Docker Compose

docker-compose up --build

3. Visit the web server and check that it is up and running

4. Stop containers using Docker Compose

docker-compose stop