From a11a98033f1dfd69e2d5c0f3d163496f47b00285 Mon Sep 17 00:00:00 2001 From: Howard Soh Date: Thu, 8 Aug 2024 10:08:45 -0600 Subject: [PATCH] Dummy change --- August-08-2024/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/August-08-2024/Containerfile b/August-08-2024/Containerfile index e837d73..3915848 100644 --- a/August-08-2024/Containerfile +++ b/August-08-2024/Containerfile @@ -26,4 +26,4 @@ EXPOSE 5006 # Run the command required to launch the notebook as a panel webserver # The wildcard (*) used for allow-websocket-origin allows this to run on any address # When using in production this should be scoped down to a URL or IP that will be used instead -CMD ["panel", "serve", "04_dashboard.ipynb", "--allow-websocket-origin=*"] +CMD ["panel", "serve", "04_dashboard.ipynb", "--allow-websocket-origin=*"] \ No newline at end of file