Speed_Read_AI / entrypoint.sh
circulartext's picture
Update entrypoint.sh
22276f3
raw
history blame
No virus
159 Bytes
#!/bin/bash
# Activate the virtual environment
source /path/to/your/virtualenv/bin/activate
# Run the command passed as arguments to entrypoint.sh
exec "$@"