From 9ab26e847da688c231a1f42fb42da4c7173aeeb4 Mon Sep 17 00:00:00 2001 From: Ivan Date: Wed, 8 Apr 2026 15:31:12 -0500 Subject: [PATCH] fix(Dockerfile): update CMD to use meshchatx instead of meshchat --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4e2be63..b09250e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,4 +66,4 @@ HEALTHCHECK --interval=30s --timeout=5s --start-period=90s --retries=3 \ CMD ["python", "-c", "import ssl, urllib.request; urllib.request.urlopen('https://127.0.0.1:8000/api/v1/status', context=ssl._create_unverified_context())"] ENTRYPOINT ["/docker-entrypoint.sh"] -CMD ["meshchat", "--host=0.0.0.0", "--reticulum-config-dir=/config/.reticulum", "--storage-dir=/config/.meshchat", "--headless"] +CMD ["meshchatx", "--host=0.0.0.0", "--reticulum-config-dir=/config/.reticulum", "--storage-dir=/config/.meshchat", "--headless"]