Speed_Read_AI / entrypoint.sh
circulartext's picture
Update entrypoint.sh
9796103
raw
history blame
95 Bytes
#!/bin/bash
# Custom logic or configurations
# Start the main application process
exec "$@"