Dermatolog-AI-Scan / bin /docker-test.sh
mstepien's picture
Dermatolog AI Scan
a63cedf
#!/bin/bash
# Helper script to run tests inside the Docker container
echo "Running tests in the 'app' container..."
docker compose exec app pytest "$@"