- Docker: Install Docker
Follow these steps to build and run the Docker container:
In your terminal, navigate to the project directory containing the Dockerfile
and docker-compose.yml
files. Then, run the following command to build the Docker image:
docker-compose build
docker-compose up