mirror of
https://github.com/TokTok/c-toxcore
synced 2026-06-03 23:31:41 +00:00
aacff73939
No longer using :sources, since that fails on render.com.
5 lines
173 B
Bash
Executable File
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"
|