File size: 159 Bytes
22276f3
45e3447
22276f3
 
5783142
22276f3
aa82c4e
1
2
3
4
5
6
7
8
#!/bin/bash

# Activate the virtual environment
source /path/to/your/virtualenv/bin/activate

# Run the command passed as arguments to entrypoint.sh
exec "$@"