Speed_Read_AI / entrypoint.sh
circulartext's picture
Update entrypoint.sh
1feaa37
#!/bin/bash
set -e
# Run the CMD or any other command you want to execute
exec "$@"