skynet/docker/entrypoint.sh

6 lines
37 B
Bash
Executable File

#!/bin/sh
uv sync
exec uv run "$@"