For this dockerized version of the app, make sure to:
- Set up the environment variables by obtaining the
.env
file from the developer. - Perform the necessary database migrations.
To run the app the first time just run:
docker compose up --build
For subsequent runs, simply use:
docker compose up