Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

UAlberta-CMPUT401/Ideas-for-YEG

Repository files navigation

Deployment Setup

# run docker compose with rebuild applications tag
$ docker-compose up --build

# stop and remove docker containers when shutting down the deployment
$ docker-compose down