File size: 159 Bytes
80db73d
45e3447
80db73d
 
5783142
80db73d
 
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 "$@"