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=*"]