suna/backend/docker/entrypoint.sh

5 lines
49 B
Bash
Executable File

#!/bin/bash
source .venv/bin/activate
exec "$@"