Project board: https://github.com/iron-claw-972/ScoutingApp2022/projects/2
- Download Docker and Docker Compose
- Clone this repository
- Open Powershell or Command Prompt or Terminal or some equivalent program
- Navigate to the root of the repository using
cd <location of repository>
- Copy
.env.example
to.env
- Change the values in
.env
as needed
docker-compose -f "docker-compose.dev.yml" up -d --build
docker-compose -f "docker-compose.prod.yml" up -d --build
docker-compose -f 'docker-compose.dev.yml' -p 'ScoutingApp2022' logs -f