From f339835dd2ff58a69ae689298ee5eb58f4f88358 Mon Sep 17 00:00:00 2001 From: JunXiang Date: Fri, 3 Nov 2023 15:18:30 +0800 Subject: [PATCH] fix: [streamlit,: not found (#6) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 65e95aa..81b27ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ COPY . /app EXPOSE 8501 # Define the default command to run the app using Python's module mode. -CMD ['streamlit', "run", "app.py"] +CMD ["streamlit", "run", "app.py"]