The following command will rebuild and run the fruit-shop using Docker:
docker compose up -d --buildTo stop running the Docker instance, run:
docker compose downIf you wish to see the logs, you can either omit the -d parameter, or run:
docker compose logs