Files
headscale-webui/entrypoint.sh
2023-02-08 09:41:05 +09:00

3 lines
45 B
Bash

#!/bin/sh
. /app/.venv/bin/activate
exec "$@"