Starter project to use for the engineering assessment exercise
- Docker
- docker compose
Build the docker container and run the container for the first time
docker compose up
Rebuild the container after adding any new packages
docker compose up --build
The run command script creates a super-user with username & password picked from .env file