docs: update for worker mode (tori server / tori worker)

This commit is contained in:
2026-04-06 12:56:50 +01:00
parent e4ba385112
commit b5cecec485
4 changed files with 37 additions and 3 deletions

View File

@@ -25,4 +25,4 @@ COPY config.yaml .
COPY data/jwt-private.pem ./data/
EXPOSE 3000
CMD ["./tori"]
CMD ["./tori", "server"]