From fd51a69807fa33d75d7990fa3d58be028079c71c Mon Sep 17 00:00:00 2001 From: Megan Chiovaro Date: Mon, 8 Jul 2024 13:49:36 -0400 Subject: [PATCH] Fix serve URL in Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a421d79..903d5a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt COPY . . -CMD ["panel", "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "mchiovaro-stock-assistant.hf.space"] \ No newline at end of file +CMD ["panel", "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "mchiovaro-StockAIdvisor.hf.space"] \ No newline at end of file