From 8b79857975a8aed4c444e2ce10d20e4f4e7c10da Mon Sep 17 00:00:00 2001 From: Juergen Pabel Date: Sun, 2 Jun 2024 14:16:26 +0200 Subject: [PATCH] kalliope: removed '--debug' --- kalliope/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kalliope/Containerfile b/kalliope/Containerfile index 8b9af951..eab235af 100644 --- a/kalliope/Containerfile +++ b/kalliope/Containerfile @@ -23,5 +23,5 @@ RUN pip install --no-cache-dir -r requirements.txt EXPOSE 5000 WORKDIR /kalliope/$KALLIOPE_CONFIG_DIRECTORY/ -CMD kalliope --debug start +CMD kalliope start