From cd26d75ba70e309ae2aa10327324e621f2c22bb3 Mon Sep 17 00:00:00 2001 From: Marcell Nagy Date: Tue, 8 Oct 2024 14:48:54 +0100 Subject: [PATCH] More entry point --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 038bd2db..007b17f6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,4 +26,5 @@ ENV PATH=/venv/bin:$PATH RUN pip install textual-dev # change this entrypoint if it is not the same as the repo -ENTRYPOINT textual # Usage: serve "ec -b DEMO monitor" -p 8081 +ENTRYPOINT ["textual"] # Usage: serve "ec -b DEMO monitor" -p 8081 +CMD ["--version"]