Building the Docker
Software Required¶
- Install Docker Desktop
Building the Docker Image¶
- Pull the repository from GitHub.
- Open a terminal at the root of the repository.
- Type
docker build . --no-cache -t conreq
to build the Docker image.
docker build . --no-cache -t conreq
to build the Docker image.