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