Skip to content

Commit

Permalink
Added empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoh-u authored Aug 8, 2024
1 parent 75bdd5e commit 93437cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion August-08-2024/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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=*"]

0 comments on commit 93437cd

Please sign in to comment.