#!/bin/bash

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

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