This document outlines the steps to configure and run an the project using Docker in your local environment.
Make sure you have the following instaled on your system.
- Docker Engine: Installation Instructions
- Docker Compose: Installation Instructions
git clone [email protected]:biotz/academy.git
cd academy
docker-compose up --build
This will build the necessary images and run the containers according to the configuration in docker-compose.yml
.
Open a web browser and visit http://localhost:3000
(or the port you specified) to access your application.