From 93437cd59744cd49eb11fd9dadede8770116f767 Mon Sep 17 00:00:00 2001 From: Howard Soh Date: Thu, 8 Aug 2024 09:43:16 -0600 Subject: [PATCH] Added empty line --- 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=*"]