/ docker / docker-dnr-entrypoint.sh
docker-dnr-entrypoint.sh
1  #!/bin/bash
2  echo "Running continuous tests..."
3  cd /app/Tests/CodexContinuousTests
4  exec "$@"
5