Files
c-toxcore/other/docker/doxygen/run
T
iphydf aacff73939 docs: Fix up doxyfile.
No longer using :sources, since that fails on render.com.
2024-02-07 22:56:05 +00:00

5 lines
173 B
Bash
Executable File

#!/usr/bin/env bash
. "$(cd "$(dirname "${BASH_SOURCE[0]}")/../sources" && pwd)/run.sh"
docker run --name toxcore-doxygen --rm -it -p "28192:80" "toxchat/c-toxcore:$BUILD"