From 4395448ed383e349d28e88a377c4901d46502fa4 Mon Sep 17 00:00:00 2001 From: Howard Soh Date: Thu, 8 Aug 2024 10:54:37 -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 3915848..e837d73 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=*"] \ No newline at end of file +CMD ["panel", "serve", "04_dashboard.ipynb", "--allow-websocket-origin=*"]