Add support for turn for netplay. Still needs testing.

This commit is contained in:
2026-01-08 12:56:41 -05:00
parent 3f9cab66f5
commit 51935bbb09
4 changed files with 197 additions and 5 deletions

View File

@@ -159,6 +159,7 @@ ENV PATH="/app/code/.venv/bin:${PATH}"
COPY start.sh /app/pkg/
COPY env.sh.template /app/pkg/
COPY config.yml.template /app/pkg/
CMD [ "/app/pkg/start.sh" ]